Browse Source

Testing new build system

____tbvns____ 5 tháng trước cách đây
mục cha
commit
8c98df8c21
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      PowerGDEditor/src/main/java/xyz/tbvns/Main.java

+ 1 - 1
PowerGDEditor/src/main/java/xyz/tbvns/Main.java

@@ -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);