Update To new godot system, Migrate the login system to auth.mistox.com
This commit is contained in:
@@ -10,7 +10,7 @@ public partial class DayCycle : DirectionalLight3D {
|
||||
_Options = GetNode<Options>( "/root/Options" );
|
||||
_Reference = GetNode<Reference>("/root/Reference");
|
||||
if ( _Options.isServer ){
|
||||
Rotation = Rotation + new Vector3(Convert.ToSingle(delta),0,0);
|
||||
Rotation += new Vector3(Convert.ToSingle(delta),0,0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user