mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-24 07:08:56 +00:00
* changed bitwise & to logical && * removed redundant state check * moved a strcpy inside a NULL check to prevent a crash. NOTE: nothing sensible will happen as a result, but no crash at least.