mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 07:04:36 +00:00
Merge https://github.com/TorqueGameEngines/Torque3D into feature-vfs-security
This commit is contained in:
commit
2b8f9e3999
6 changed files with 105 additions and 25 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue