MSAA for Skeleton Viewer.

WCGW
This commit is contained in:
Nathan Sweet 2017-10-27 21:02:36 +02:00
parent b52fe0b771
commit 0d4ce16fc3

View File

@ -1001,6 +1001,7 @@ public class SkeletonViewer extends ApplicationAdapter {
config.height = (int)(600 * uiScale);
config.title = "Skeleton Viewer";
config.allowSoftwareMode = true;
config.samples = 2;
new LwjglApplication(new SkeletonViewer(), config);
}
}