]> git.tdb.fi Git - libs/gl.git/commit
Fix a use-after-move issue from earlier refactoring
authorMikko Rasa <tdb@tdb.fi>
Sun, 17 Dec 2023 09:12:50 +0000 (11:12 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 17 Dec 2023 09:24:50 +0000 (11:24 +0200)
commite3b8f1e63a0a9fdd0e7b22a2ea38527b111bd428
tree9e4eefef9cca6230c5599f96a99ee7bfbaed33a2
parentaac16a1dd54d78972c5b20c6f78e035299187d55
Fix a use-after-move issue from earlier refactoring

It was causing SplatMaterial to not create its texture arrays, because
the submaterial source filenames were empty after being moved from.
source/materials/splatmaterial.cpp