mirror of
https://github.com/muskit/H3VR-TNH-Quality-of-Life-Improvements.git
synced 2026-06-02 20:24:26 -07:00
Revert "add small setup delays to address errors in Atlas maps"
This reverts commit 64d8df148b.
This commit is contained in:
@@ -58,10 +58,5 @@ namespace TNHQoLImprovements
|
||||
tnhInfo = Instantiate<GameObject>(MeatKitPlugin.bundle.LoadAsset<GameObject>("TNHInfo"), FindObjectOfType<TAH_Reticle>().transform.GetChild(3));
|
||||
tnhInfo.transform.localScale = new Vector3(0.002f, 0.002f, 0.002f);
|
||||
}
|
||||
|
||||
void OnDestroy()
|
||||
{
|
||||
tnhManager = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user