Rushed attempt at siwtching the physics and speed from frame rate dependent to frame rate independent

This commit is contained in:
Gregory Campbell
2020-02-10 20:38:24 -05:00
parent 3479ada7b8
commit a8b31cdc0e
6 changed files with 91 additions and 88 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ public class MovingBlock : MonoBehaviour
}
// Update is called once per frame
void Update()
void FixedUpdate()
{
if(xaxis)