diff options
Diffstat (limited to 'src/GameInitDispose.cpp')
-rw-r--r-- | src/GameInitDispose.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GameInitDispose.cpp b/src/GameInitDispose.cpp index d31829b..0a21275 100644 --- a/src/GameInitDispose.cpp +++ b/src/GameInitDispose.cpp @@ -242,7 +242,7 @@ void initGame(Game* game) point0.z = boundingscale; for (int i = 1; i < 8; ++i) - game->boundingpoints[i] = DoRotation(point0, + game->boundingpoints[i] = rotate(point0, 0, i * 360 / 7, 0); } |