Sfoglia il codice sorgente

Small note to remember

pull/19/head
Ray 10 anni fa
parent
commit
c00cd38b01
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      src/rlgl.c

+ 1
- 0
src/rlgl.c Vedi File

@ -1259,6 +1259,7 @@ void rlglInitGraphics(int offsetX, int offsetY, int width, int height)
// Possible options: GL_SMOOTH (Color interpolation) or GL_FLAT (no interpolation)
#endif
// TODO: Review this comment when called from window resize callback
TraceLog(INFO, "OpenGL Graphics initialized successfully");
}

Caricamento…
Annulla
Salva