gwt: increase fps
This commit is contained in:
parent
5f18415bf9
commit
19bd1dab9f
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user