public void registBgm(DrawBuffer.BGM bgm) { int updating_front = 1 - rendering_front_; draw_buffer_[updating_front].registBgm(bgm); }
public void registBgm(DrawBuffer.BGM bgm) { int front = get_front(); draw_buffer_[front].registBgm(bgm); }