feat: attempts to fix logging issue
All checks were successful
CI / build-and-test (push) Successful in 2m23s
All checks were successful
CI / build-and-test (push) Successful in 2m23s
This commit is contained in:
@@ -2,7 +2,7 @@ float x = 50;
|
||||
float y = 100;
|
||||
|
||||
void Update(float dt) {
|
||||
x += 500 * dt;
|
||||
x += 640 * dt;
|
||||
if (x > 800) {
|
||||
x = 0;
|
||||
Print("X position reset!");
|
||||
|
||||
Reference in New Issue
Block a user