gwt: increase fps

This commit is contained in:
Hannes Janetzek 2014-03-21 00:15:00 +01:00
parent 5f18415bf9
commit 19bd1dab9f

View File

@ -55,8 +55,9 @@ public class GwtLauncher extends GwtApplication {
cfg.rootPanel = new FlowPanel(); cfg.rootPanel = new FlowPanel();
p.add(cfg.rootPanel); p.add(cfg.rootPanel);
//cfg.antialiasing = true;
cfg.stencil = true; cfg.stencil = true;
cfg.fps = 30; cfg.fps = 60;
return cfg; return cfg;
} }