mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 07:14:55 +08:00
MSAA for Skeleton Viewer.
WCGW
This commit is contained in:
parent
b52fe0b771
commit
0d4ce16fc3
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user