vtm-desktop: enable MSAA, #149

This commit is contained in:
Emux 2016-08-22 13:54:13 +03:00
parent 81f105e2db
commit 55544b97d9

View File

@ -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;