]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Fix r_glsl_dumpshader segfault
authorJames O'Neill <hemebond@gmail.com>
Mon, 18 Mar 2024 12:06:22 +0000 (21:06 +0900)
committerbones_was_here <bones_was_here@xonotic.au>
Mon, 1 Apr 2024 10:50:04 +0000 (20:50 +1000)
commit678c43ade34a5d84a4a4496a8731dd3b6cc5c5e8
tree10124c91b5d96bec4e55392e13a8c29302c50d99
parent89ab2a529c8cc3f9ec29d0c51065c10a56eea8b2
Fix r_glsl_dumpshader segfault

In 05bc75558afbdf80289fddf9a330dd7382a07d0d only i should have been
changed to unsigned to prevent the warning.

Fixes https://github.com/DarkPlacesEngine/darkplaces/issues/145

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
gl_rmain.c