diff options
Diffstat (limited to 'modules/mono/editor/script_templates/Node/default.cs')
-rw-r--r-- | modules/mono/editor/script_templates/Node/default.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/editor/script_templates/Node/default.cs b/modules/mono/editor/script_templates/Node/default.cs index 4c86d1666f..74ece028fc 100644 --- a/modules/mono/editor/script_templates/Node/default.cs +++ b/modules/mono/editor/script_templates/Node/default.cs @@ -11,7 +11,7 @@ public partial class _CLASS_ : _BASE_ } // Called every frame. 'delta' is the elapsed time since the previous frame. - public override void _Process(float delta) + public override void _Process(double delta) { } } |