Skip to content

Commit

Permalink
vtm-desktop: enable MSAA, opensciencemap#149
Browse files Browse the repository at this point in the history
  • Loading branch information
devemux86 committed Aug 22, 2016
1 parent 81f105e commit 55544b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vtm-desktop/src/org/oscim/gdx/GdxMapApp.java
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ static protected LwjglApplicationConfiguration getConfig() {
cfg.width = 800;
cfg.height = 600;
cfg.stencil = 8;
//cfg.samples = 2;
cfg.samples = 2;
cfg.foregroundFPS = 30;
cfg.backgroundFPS = 10;
return cfg;
Expand Down

0 comments on commit 55544b9

Please sign in to comment.