Minor update - Log window in Ui

This commit is contained in:
2025-01-17 17:57:58 +01:00
parent 4ae55e73b2
commit cb3f10b7d5
5 changed files with 154 additions and 25 deletions

View File

@@ -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;