Remove bounding boxes
This commit is contained in:
@@ -521,27 +521,6 @@ public abstract class RSClientMixin implements RSClient
|
||||
return null;
|
||||
}
|
||||
|
||||
@Inject
|
||||
@Override
|
||||
public boolean getBoundingBoxAlwaysOnMode()
|
||||
{
|
||||
return getboundingBox3DDrawMode() == getALWAYSDrawMode();
|
||||
}
|
||||
|
||||
@Inject
|
||||
@Override
|
||||
public void setBoundingBoxAlwaysOnMode(boolean alwaysDrawBoxes)
|
||||
{
|
||||
if (alwaysDrawBoxes)
|
||||
{
|
||||
setboundingBox3DDrawMode(getALWAYSDrawMode());
|
||||
}
|
||||
else
|
||||
{
|
||||
setboundingBox3DDrawMode(getON_MOUSEOVERDrawMode());
|
||||
}
|
||||
}
|
||||
|
||||
@Inject
|
||||
@Override
|
||||
public void changeMemoryMode(boolean lowMemory)
|
||||
|
||||
Reference in New Issue
Block a user