diff --git a/GpApp/Environ.cpp b/GpApp/Environ.cpp index 93b78f8..656cef5 100644 --- a/GpApp/Environ.cpp +++ b/GpApp/Environ.cpp @@ -357,7 +357,7 @@ public: double xMul = static_cast(physicalWidth) / 640; double yMul = static_cast(physicalHeight) / 480; - double granularity = 4.0; + double granularity = 2.0; xMul = floor(xMul * granularity) / granularity; yMul = floor(yMul * granularity) / granularity;