Bart van Strien 14 anni fa
parent
commit
94ec448a1b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/modules/image/wrap_ImageData.cpp

+ 1 - 1
src/modules/image/wrap_ImageData.cpp

@@ -54,7 +54,7 @@ namespace image
 		pixel c;
 		try
 		{
-			pixel c = t->getPixel(x, y);
+			c = t->getPixel(x, y);
 		}
 		catch (love::Exception *e)
 		{