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
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 7aa07630e4 - Show all commits

View File

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