Minor update - Log window in Ui
This commit is contained in:
@@ -1956,10 +1956,10 @@ bool ApplicationClass::RenderPhysics(bool keyLeft, bool keyRight, bool keyUp, bo
|
||||
float forceX = 0, forceY = 0, forceZ = 0, forceW = 0;
|
||||
|
||||
if (keyLeft) {
|
||||
forceX = -10.0f;
|
||||
forceX = -40.0f;
|
||||
}
|
||||
if (keyRight) {
|
||||
forceX = 10.0f;
|
||||
forceX = 40.0f;
|
||||
}
|
||||
if (keyUp) {
|
||||
forceY = 40.0f;
|
||||
|
||||
Reference in New Issue
Block a user