mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +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.height = (int)(600 * uiScale);
|
||||||
config.title = "Skeleton Viewer";
|
config.title = "Skeleton Viewer";
|
||||||
config.allowSoftwareMode = true;
|
config.allowSoftwareMode = true;
|
||||||
|
config.samples = 2;
|
||||||
new LwjglApplication(new SkeletonViewer(), config);
|
new LwjglApplication(new SkeletonViewer(), config);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user