Andrey Fidrya 10 years ago
parent
commit
a473231d44
1 changed files with 1 additions and 1 deletions
  1. 1 1
      oxygine/src/oxygine_include.h

+ 1 - 1
oxygine/src/oxygine_include.h

@@ -8,7 +8,7 @@
 
 // Round everything to whole pixels during rendering.
 // 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.
 // Introduces some CPU overhead.
 //#define OXYGINE_NO_SUBPIXEL_RENDERING 1