jlutt 5 năm trước cách đây
mục cha
commit
e4130ef8a4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;
 	}