|
@@ -82,7 +82,7 @@ public class Main extends ApplicationAdapter {
|
|
|
|
|
|
@Override
|
|
|
public void render() {
|
|
|
- BulletManager.update();
|
|
|
+// BulletManager.update();
|
|
|
|
|
|
Gdx.gl.glViewport(0, 0, Gdx.graphics.getWidth(), Gdx.graphics.getHeight());
|
|
|
Gdx.gl.glClearColor(0.1f, 0.1f, 0.1f, 1);
|