3
0
Fork 0
mirror of https://thingvellir.net/git/overte synced 2025-03-27 23:52:03 +01:00

Merge pull request from jherico/procedural_skybox_fix

fix broken procedural skybox when leaving and re-entering
This commit is contained in:
Brad Hefta-Gaub 2016-05-23 09:29:31 -07:00
commit f69c0ce5e5

View file

@ -100,10 +100,6 @@ bool Procedural::parseUrl(const QUrl& shaderUrl) {
return false;
}
if (_shaderUrl == shaderUrl) {
return true;
}
_shaderUrl = shaderUrl;
_shaderDirty = true;