mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-09 05:34:34 +00:00
Update convexShape.cpp
default to true
This commit is contained in:
parent
28f0d523a6
commit
a63ec0d018
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;
|
||||
S32 horz = 0, vert = 0;
|
||||
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