diff --git a/ion/src/simulator/windows/images.cpp b/ion/src/simulator/windows/images.cpp index aade41f1f..923b16d9a 100644 --- a/ion/src/simulator/windows/images.cpp +++ b/ion/src/simulator/windows/images.cpp @@ -69,7 +69,7 @@ SDL_Texture * IonSimulatorLoadImage(SDL_Renderer * renderer, const char * identi height, bitsPerPixel, bytesPerPixel*width, - SDL_PIXELFORMAT_ABGR8888); + SDL_PIXELFORMAT_ARGB8888); SDL_SetColorKey(surface, withTransparency, SDL_MapRGB(surface->format, 0xFF, 0xFF, 0xFF)); SDL_SetSurfaceAlphaMod(surface, alpha);