Reduced code duplication in love.graphics.newImage

This commit is contained in:
Alex Szpakowski
2013-10-07 22:18:44 -03:00
parent 0f3c28392f
commit 4fa7347e26
2 changed files with 47 additions and 90 deletions
+2 -2
View File
@@ -198,8 +198,8 @@ private:
void preload();
bool loadVolatilePOT();
bool loadVolatileNPOT();
void uploadTexturePadded(float p2width, float p2height);
void uploadTexture();
void uploadCompressedMipmaps();
void createMipmaps();