mirror of
https://github.com/Not-Nik/raylib-zig.git
synced 2025-09-09 12:07:27 +00:00

* fixed pointer cast that discards const qualifier. By removing the const from the array parameter. * changed to [*c]const * Revert "changed to [*c]const" This reverts commit d76c85d71ac0639f8ff59be4017a49b510c4d09d. --------- Co-authored-by: Not-Nik <nik.wipper@gmx.de>