Forráskód Böngészése

… typo fix

--HG--
branch : minor
Alex Szpakowski 9 éve
szülő
commit
1383248876
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/modules/graphics/opengl/wrap_Graphics.cpp

+ 1 - 1
src/modules/graphics/opengl/wrap_Graphics.cpp

@@ -2169,7 +2169,7 @@ static const luaL_Reg functions[] =
 	{ "getPixelWidth", w_getPixelWidth },
 	{ "getPixelHeight", w_getPixelHeight },
 	{ "getPixelDimensions", w_getPixelDimensions },
-	{ "getPixelDensity", w_getPixelDimensions },
+	{ "getPixelDensity", w_getPixelDensity },
 
 	{ "setScissor", w_setScissor },
 	{ "intersectScissor", w_intersectScissor },