2
0
Andrey Fidrya 10 жил өмнө
parent
commit
a473231d44

+ 1 - 1
oxygine/src/oxygine_include.h

@@ -8,7 +8,7 @@
 
 
 // Round everything to whole pixels during rendering.
 // Round everything to whole pixels during rendering.
 // Helps to avoid artifacts in pixel art games
 // Helps to avoid artifacts in pixel art games
-// when using textures wiyh linearFilter="false"
+// when using textures with linearFilter="false"
 // and fractional sprite coordinates or sprite scaling.
 // and fractional sprite coordinates or sprite scaling.
 // Introduces some CPU overhead.
 // Introduces some CPU overhead.
 //#define OXYGINE_NO_SUBPIXEL_RENDERING 1
 //#define OXYGINE_NO_SUBPIXEL_RENDERING 1