feat(CI/Codestyle): added codestyle check (#3668)
This commit is contained in:
parent
57aa46244d
commit
ea93a5c1a1
400 changed files with 238 additions and 748 deletions
|
|
@ -166,7 +166,6 @@ void ExtractGameobjectModels()
|
|||
fwrite(indices, sizeof(uint16), numTris, output);
|
||||
}
|
||||
|
||||
|
||||
fwrite("VERT", 4, 1, output);
|
||||
wsize = sizeof(int) + sizeof(float) * 3 * numVerts;
|
||||
fwrite(&wsize, sizeof(int), 1, output);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue