added cflags to the emtpycore face component

This commit is contained in:
Paolo Cignoni 2012-11-07 15:51:51 +00:00
parent 5e6d0fe221
commit 9f39a0c7cb
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ public:
static bool HasWedgeTexCoordOcf() { return false; }
int &Flags() { static int dummyflags(0); assert(0); return dummyflags; }
int Flags() const { return 0; }
int cFlags() const { return 0; }
static bool HasFlags() { return false; }
static bool HasFlagsOcf() { return false; }