Revision 070695a5
Added by Leszek Koltunski over 7 years ago
src/main/java/org/distorted/library/main/DistortedOutputSurface.java | ||
---|---|---|
393 | 393 |
numRenders += mChildren.get(i).renderRecursive(time); |
394 | 394 |
} |
395 | 395 |
|
396 |
setAsOutput(time); |
|
396 | 397 |
numRenders += renderChildren(time,mNumChildren,mChildren); |
397 | 398 |
|
398 | 399 |
if( mDebugLevel != 0 ) renderDebug(time); |
Also available in: Unified diff
Bugfix (bug visible in 'Olimpic': when we make the last moving circle invisible, to used to stay visible!)'