mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-07 00:06:10 +00:00
Fix data managers
This commit is contained in:
@@ -214,13 +214,13 @@ public class IrisVision extends JPanel implements MouseWheelListener
|
||||
ozp += Math.abs(ozp - oz) * 0.36;
|
||||
}
|
||||
|
||||
if(lid != Iris.proj.getCurrentProject().getCacheID())
|
||||
if(lid != Iris.proj.getActiveProject().getActiveProvider().getCacheID())
|
||||
{
|
||||
working.clear();
|
||||
workingfast.clear();
|
||||
positions.clear();
|
||||
fastpositions.clear();
|
||||
lid = Iris.proj.getCurrentProject().getCacheID();
|
||||
lid = Iris.proj.getActiveProject().getActiveProvider().getCacheID();
|
||||
Iris.info("Hotloading Vision");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user