mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-20 22:09:55 +00:00
can't sizeof an iVar in a static function
This commit is contained in:
parent
02738be4c5
commit
7aa07630e4
1 changed files with 1 additions and 1 deletions
|
|
@ -125,7 +125,7 @@ struct CVertex
|
|||
|
||||
static const void *colorOffset()
|
||||
{
|
||||
return (const void*) sizeof(pos);
|
||||
return (const void*) sizeof(Vec2);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue