1
0
Fork 0

Don't reload materials on LoD change

https://sourceforge.net/p/flightgear/codetickets/2224/

Speculative fix that reloading materials might impact
scenery reloading.  No reason to reload materials on
an LoD change, so removing it.
This commit is contained in:
Stuart Buchanan 2020-04-29 22:41:07 +01:00
parent f074504326
commit 5448a995f3

View file

@ -22,7 +22,6 @@
}
if (reinit) {
fgcommand("reload-materials", props.Node.new());
fgcommand("reinit", props.Node.new({"subsystem": "scenery"}));
}
};