Skip to content

Commit 828fc68

Browse files
committed
Ok NOW i think im done
1 parent 431bb9d commit 828fc68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

engine/Assets/Scripts/Drivers/RotationalDriver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public RotationalDriver(string name, string[] inputs, string[] outputs, SimObjec
6363
};
6464
}
6565

66-
Debug.Log($"Speed: {_motor.targetVelocity}\nForce: {_motor.force}");
66+
// Debug.Log($"Speed: {_motor.targetVelocity}\nForce: {_motor.force}");
6767
}
6868

6969
void EnableMotor()

installer/Windows/MainInstaller.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!include MUI2.nsh
22
!include x64.nsh
3-
!define PRODUCT_VERSION "5.B.0"
3+
!define PRODUCT_VERSION "5.0.0B"
44

55
Name "Synthesis"
66

0 commit comments

Comments
 (0)