我在gwt / html5上遇到libgdx问题,即使没有任何东西可以渲染,它每秒都会丢弃fps。这可能是什么原因造成的?
即使为HTML5设置的默认项目也会丢弃fps。
如果我使用html构建无关紧要:superDev或html:dist相同的结果。
编辑:
发现问题:
Gdx.app.debug(“fps:”,String.valueOf(Gdx.graphics.getFramesPerSecond()));
显示游戏中fps的控制台导致大fps崩溃。
答案 0 :(得分:0)
发现问题:
Gdx.app.debug(“fps:”,String.valueOf(Gdx.graphics.getFramesPerSecond()));
显示游戏中fps的控制台导致大fps崩溃。