Blame glibc-2.35.patch

b8872b
diff --git a/source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Environment/Environment.cpp b/source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Environment/Environment.cpp
b8872b
index d4796ec..d0e8c9a 100644
b8872b
--- a/source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Environment/Environment.cpp
b8872b
+++ b/source/tools/atlas/AtlasUI/ScenarioEditor/Sections/Environment/Environment.cpp
b8872b
@@ -29,7 +29,9 @@ using AtlasMessage::Shareable;
b8872b
 
b8872b
 static Observable<AtlasMessage::sEnvironmentSettings> g_EnvironmentSettings;
b8872b
 
b8872b
+#ifndef M_PIf
b8872b
 const float M_PIf = 3.14159265f;
b8872b
+#endif
b8872b
 
b8872b
 //////////////////////////////////////////////////////////////////////////