Sfoglia il codice sorgente

Corrected issue #750

pull/755/head
Ray 5 anni fa
parent
commit
981be58d03
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. +4
    -0
      src/core.c

+ 4
- 0
src/core.c Vedi File

@ -1254,6 +1254,10 @@ void EndTextureMode(void)
rlMatrixMode(RL_MODELVIEW); // Switch back to MODELVIEW matrix
rlLoadIdentity(); // Reset current matrix (MODELVIEW)
// Reset current screen size
currentWidth = GetScreenWidth();
currentHeight = GetScreenHeight();
}
// Returns a ray trace from mouse position

Caricamento…
Annulla
Salva