mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 12:12:28 +00:00
Link the right build property to REAL_T_IS_DOUBLE
This commit is contained in:
parent
18112ba368
commit
178cd046bb
@ -270,7 +270,7 @@ namespace GodotTools.Build
|
||||
buildInfo.CustomProperties.Add($"GodotTargetPlatform={platform}");
|
||||
|
||||
if (Internal.GodotIsRealTDouble())
|
||||
buildInfo.CustomProperties.Add("GodotRealTIsDouble=true");
|
||||
buildInfo.CustomProperties.Add("GodotFloat64=true");
|
||||
|
||||
return buildInfo;
|
||||
}
|
||||
@ -288,7 +288,7 @@ namespace GodotTools.Build
|
||||
buildInfo.CustomProperties.Add($"GodotTargetPlatform={platform}");
|
||||
|
||||
if (Internal.GodotIsRealTDouble())
|
||||
buildInfo.CustomProperties.Add("GodotRealTIsDouble=true");
|
||||
buildInfo.CustomProperties.Add("GodotFloat64=true");
|
||||
|
||||
return buildInfo;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user