mirror of
https://github.com/raylib-zig/raylib-zig.git
synced 2026-02-08 07:27:25 +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>