Skip to content

Commit c3574d1

Browse files
committed
Fixed Default Physics
1 parent 0353b40 commit c3574d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/source/game/marble/marble.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Marble::Marble()
148148
mSinglePrecision.mVelocity = mVelocity;
149149
mSinglePrecision.mOmega = mOmega;
150150

151-
mPhysics = XNA;
151+
mPhysics = MBU;
152152
}
153153

154154
Marble::~Marble()

0 commit comments

Comments
 (0)