Update convexShape.cpp

default to true
This commit is contained in:
marauder2k7 2026-06-08 21:43:58 +01:00
parent 28f0d523a6
commit a63ec0d018

View file

@ -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",