misc; modified all project (.epj) files to have the appropriate fast math option...
[sdk] / samples / guiAndGfx / floodFill / ePaint.epj
index 13ce102..2d61f5b 100644 (file)
             "PreprocessorDefinitions" : [
                "_DEBUG"
             ],
-            "Console" : true
+            "Console" : true,
+            "FastMath" : false
          }
       },
       {
          "Name" : "Release",
          "Options" : {
             "Debug" : false,
-            "Optimization" : "Speed"
+            "Optimization" : "Speed",
+            "FastMath" : true
          }
       }
    ],