cmake build system + OS X support / cleanups for Humble Release #8

Merged
urkle merged 25 commits from OSX into boost 2014-01-01 23:13:17 +00:00
Showing only changes of commit 7aa07630e4 - Show all commits

View file

@ -125,7 +125,7 @@ struct CVertex
static const void *colorOffset()
{
return (const void*) sizeof(pos);
return (const void*) sizeof(Vec2);
}
};