mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-11 11:19:09 +00:00
amd64: fix multithread, fix vgui, fix physmodels
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ struct Vertex_t
|
||||
|
||||
// for sw skinned verts, these are indices into the global list of bones
|
||||
// for hw skinned verts, these are hardware bone indices
|
||||
char boneID[MAX_NUM_BONES_PER_VERT];
|
||||
byte boneID[MAX_NUM_BONES_PER_VERT];
|
||||
};
|
||||
|
||||
enum StripHeaderFlags_t {
|
||||
|
||||
Reference in New Issue
Block a user