]> git.xonotic.org Git - xonotic/darkplaces.git/commit - model_brush.c
Merge PR 'Compare Q1BSP sky textures properly when loading'
authorJames O'Neill <hemebond@gmail.com>
Sun, 21 Apr 2024 15:07:23 +0000 (00:07 +0900)
committerGitHub <noreply@github.com>
Sun, 21 Apr 2024 15:07:23 +0000 (01:07 +1000)
commit5dc4083f462f3a21d6acc4d69e6da1dd6f4ed8a5
treeb14c6a0cd61a3327f24b7266765c6af6b43f20b8
parentf2b5d49e7bb788d0f4ed01f00ead2e6af2e93d1c
Merge PR 'Compare Q1BSP sky textures properly when loading'

Fixes https://github.com/DarkPlacesEngine/darkplaces/issues/58 by loading sky textures with CRC checking, previously they
were always considered duplicates by `R_SkinFrame_LoadInternalBGRA`
because they reuse the same names.

Closes https://github.com/DarkPlacesEngine/darkplaces/issues/105

See https://github.com/DarkPlacesEngine/darkplaces/pull/153

---------

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