mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-06-11 07:54:03 +00:00
Merge pull request #1763 from marauder2k9-torque/small-fixes
Fix for convexShape
This commit is contained in:
commit
2d2eb57e2e
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ bool ConvexShape::protectedSetSurface( void *object, const char *index, const ch
|
|||
Point2F offset;
|
||||
Point2F scale;
|
||||
F32 rot = 0;
|
||||
bool horz = true, vert = true;
|
||||
S32 horz = 1, vert = 1;
|
||||
|
||||
/*
|
||||
dSscanf( data, "%g %g %g %g %g %g %g %g %g %g %g %g %g %g %g %g",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue