Merge pull request #1763 from marauder2k9-torque/small-fixes
Some checks are pending
Linux Build / Ubuntu Latest GCC (push) Waiting to run
MacOSX Build / MacOSX Latest Clang (push) Waiting to run
Windows Build / Windows Latest MSVC (push) Waiting to run

Fix for convexShape
This commit is contained in:
Brian Roberts 2026-06-08 15:44:34 -05:00 committed by GitHub
commit 2d2eb57e2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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