SDL Error: %s", SDL_GetError()); else { //Fill window with white color SDL_FillRect(surface, NULL, SDL_MapRGB(surface->format, 0xFF, 0xFF, 0xFF)); //Update ...
確定! 回上一頁