From c71b78bbb8713c237b586231c7c6cb313320528d Mon Sep 17 00:00:00 2001 From: Almighty Laxz Date: Sat, 3 Sep 2022 02:38:40 +0930 Subject: Add float arg to build_assemblies.py --- modules/mono/glue/GodotSharp/GodotSharp/GodotSharp.csproj | 1 + modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj | 1 + 2 files changed, 2 insertions(+) (limited to 'modules/mono/glue') diff --git a/modules/mono/glue/GodotSharp/GodotSharp/GodotSharp.csproj b/modules/mono/glue/GodotSharp/GodotSharp/GodotSharp.csproj index aae7a5ebfa..5827d3e591 100644 --- a/modules/mono/glue/GodotSharp/GodotSharp/GodotSharp.csproj +++ b/modules/mono/glue/GodotSharp/GodotSharp/GodotSharp.csproj @@ -36,6 +36,7 @@ $(DefineConstants);GODOT + REAL_T_IS_DOUBLE;$(DefineConstants) diff --git a/modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj b/modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj index ebf09aab7b..5d69ad8ec6 100644 --- a/modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj +++ b/modules/mono/glue/GodotSharp/GodotSharpEditor/GodotSharpEditor.csproj @@ -25,6 +25,7 @@ $(DefineConstants);GODOT + REAL_T_IS_DOUBLE;$(DefineConstants) -- cgit v1.2.3