This commit is contained in:
Robert MacGregor 2022-06-15 18:12:39 -04:00
commit 2b8f9e3999
6 changed files with 105 additions and 25 deletions

View file

@ -263,7 +263,7 @@ bool ConvexShape::protectedSetSurfaceTexture(void *object, const char *index, co
surfaceMaterial surface;
surface._setMaterial(data);
surface._setMaterial(StringTable->insert(data));
shape->mSurfaceTextures.push_back(surface);