mirror of
https://github.com/PashaBibko/The-Mobius-Line.git
synced 2026-04-03 17:39:03 +00:00
Fixed it :(
This commit is contained in:
@@ -6,7 +6,7 @@ public class GravityController
|
|||||||
static GravityController s_Instance = null;
|
static GravityController s_Instance = null;
|
||||||
|
|
||||||
// Constant gravity scale
|
// Constant gravity scale
|
||||||
const float m_GravityScale = 20.0f;
|
const float m_GravityScale = -20.0f;
|
||||||
|
|
||||||
// Private constructor to stop accidental creation
|
// Private constructor to stop accidental creation
|
||||||
private GravityController()
|
private GravityController()
|
||||||
|
|||||||
Reference in New Issue
Block a user