Edit

kc3-lang/SDL/src/render

Branch :

  • Show log

    Commit

  • Author : Sam Lantinga
    Date : 2015-06-14 19:10:51
    Hash : a4eb0dea
    Message : Fixed bug 2908 - Fix clang warnings Simon Deschenes My build system still shows warning as errors. The first warning says that the member named instances can never be false (or NULL) as it is a static array, and we should check for instances[index] which we do anyway.