Edit

kc3-lang/SDL/test

Branch :

  • Show log

    Commit

  • Author : Sylvain
    Date : 2022-03-21 10:20:04
    Hash : 7f1feee0
    Message : Fixed bug #2426 - SDL_RenderReadPixels result is unspecified and fails testautomation Call SDL_RenderPresent after calling SDL_RenderReadPixels. From "include/SDL_render.h": "If you're using this on the main rendering target, it should be called after rendering and before SDL_RenderPresent()."