use FSAA on desktop
This commit is contained in:
parent
d2381e06fb
commit
8890875a7f
@ -73,7 +73,8 @@ public class GdxMapApp extends GdxMap {
|
|||||||
cfg.width = 1280;
|
cfg.width = 1280;
|
||||||
cfg.height = 800;
|
cfg.height = 800;
|
||||||
cfg.stencil = 8;
|
cfg.stencil = 8;
|
||||||
cfg.foregroundFPS = 20;
|
cfg.samples = 2;
|
||||||
|
cfg.foregroundFPS = 30;
|
||||||
return cfg;
|
return cfg;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user