103104105106107108109110111112113
) { ContentScanner childLevel = state.getScanner().getChildLevel(); if(!render(state)) {childLevel.moveEnd();} // Forces the current object to its final graphics state. childLevel.getState().copyTo(state); // Copies the current object's final graphics state to the current level's. } /**