()
| 128 | } |
| 129 | |
| 130 | public boolean startClip() { |
| 131 | return startClip(0, 0, bounds.width, bounds.height); |
| 132 | } |
| 133 | |
| 134 | public boolean startClip(float x, float y, float w, float h) { |
| 135 | batch.flush(); //must flush batch to prevent other things not rendering |