jlutt vor 5 Jahren
Ursprung
Commit
e4130ef8a4
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      main.cpp

+ 1 - 1
main.cpp

@@ -71,7 +71,7 @@ bool LoadImage(const char* filename)
 	g_pTexture = SDL_CreateTextureFromSurface(g_pRenderer, pTempSurface); //ʹÓÃSDL_Surface¶ÔÏó´´½¨ÎÆÀí(texture)
 	if (g_pTexture == NULL)
 	{
-		printf("Unable to create texture from surface! SDL Error: %s\n", SDL_GetError());
+		printf("Unable222 to create texture from surface! SDL Error: %s\n", SDL_GetError());
 		return false;
 	}