230231232233234235236237238239
showFPS = false; logicTimer = new Timer(1000 / LOGIC_FPS); logicTimer.start(); bloom = new BloomGLProcessor(); bloom.init(buffer); f1ButtonDown = false; }