mirror of
https://github.com/BlackMATov/unity-iso-tools.git
synced 2025-12-15 09:16:08 +07:00
mini fixes
This commit is contained in:
@@ -106,11 +106,8 @@ public class IsoWorld : MonoBehaviour {
|
||||
depth += StepDepth;
|
||||
}
|
||||
}
|
||||
|
||||
void Start() {
|
||||
}
|
||||
|
||||
void Update() {
|
||||
void LateUpdate() {
|
||||
if ( _dirty ) {
|
||||
_scanObjects();
|
||||
_scanDepends();
|
||||
@@ -118,8 +115,4 @@ public class IsoWorld : MonoBehaviour {
|
||||
_dirty = false;
|
||||
}
|
||||
}
|
||||
|
||||
void LateUpdate() {
|
||||
Update();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user