vtm-desktop: enable MSAA, #149
This commit is contained in:
parent
81f105e2db
commit
55544b97d9
@ -66,7 +66,7 @@ public class GdxMapApp extends GdxMap {
|
||||
cfg.width = 800;
|
||||
cfg.height = 600;
|
||||
cfg.stencil = 8;
|
||||
//cfg.samples = 2;
|
||||
cfg.samples = 2;
|
||||
cfg.foregroundFPS = 30;
|
||||
cfg.backgroundFPS = 10;
|
||||
return cfg;
|
||||
|
Loading…
x
Reference in New Issue
Block a user