Fix textures not updating sometimes

This commit is contained in:
Andrew Cassidy 2021-01-05 19:02:43 -08:00
parent c33f5bacdd
commit 67ccaa1dae
2 changed files with 1 additions and 0 deletions

View File

@ -184,6 +184,7 @@ namespace ConformalDecals {
/// This is mostly used to make sure all B9 variants are already in place for the rest of the vessel
public override void OnStartFinished(StartState state) {
// handle game events
UpdateTextures();
if (HighLogic.LoadedSceneIsGame) {
// set initial attachment state
if (part.parent == null) {