mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-12 14:38:46 +01:00
Following raylib design, a warning log message is shown and program can continue execution. Some early return checks have been added on most critical functions. [rtext] Previous implementation checking `isGpuReady` cross-module variable is not needed any more, resulting in a more decoupled code, load failure is managed at rlgl level