Fixed a crash when ribbons are loaded

This commit is contained in:
unkown 2014-10-20 21:09:41 -06:00
parent 7df83cce4a
commit c527313284
7 changed files with 9 additions and 9 deletions

View file

@ -1,5 +1,5 @@
#define IN_HLSL
#include "../common/shdrConsts.h"
#include "../shdrConsts.h"
struct v2f
{

View file

@ -1,5 +1,5 @@
#define IN_HLSL
#include "../common/shdrConsts.h"
#include "../shdrConsts.h"
struct a2v
{