Rushed attempt at siwtching the physics and speed from frame rate dependent to frame rate independent
This commit is contained in:
@@ -59,7 +59,7 @@ public class MovingBlock : MonoBehaviour
|
||||
}
|
||||
|
||||
// Update is called once per frame
|
||||
void Update()
|
||||
void FixedUpdate()
|
||||
{
|
||||
|
||||
if(xaxis)
|
||||
|
||||
Reference in New Issue
Block a user