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:
parent
f074504326
commit
5448a995f3
1 changed files with 5 additions and 6 deletions
|
@ -22,7 +22,6 @@
|
|||
}
|
||||
|
||||
if (reinit) {
|
||||
fgcommand("reload-materials", props.Node.new());
|
||||
fgcommand("reinit", props.Node.new({"subsystem": "scenery"}));
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue