v0.4.2: improved performance by skipping the drawing of offscreen gizmos

This commit is contained in:
Evan Debenham
2016-08-19 02:43:55 -04:00
parent d6cf212b74
commit 59f74216fe
2 changed files with 2 additions and 2 deletions
@@ -235,7 +235,7 @@ public class Visual extends Gizmo {
public boolean isVisible() {
Camera c = camera();
if (c == null) return false;
if (c == null || !visible) return false;
float cx = c.scroll.x;
float cy = c.scroll.y;