mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-06 15:24:55 +08:00
Missing final for older Java compilers.
This commit is contained in:
parent
0fecc12b77
commit
a40fdb4865
@ -369,7 +369,7 @@ public class SkeletonViewer extends ApplicationAdapter {
|
||||
}
|
||||
if (dpiScale >= 2.0f) uiScale = 2;
|
||||
|
||||
SkeletonViewer skeletonViewer = new SkeletonViewer();
|
||||
final SkeletonViewer skeletonViewer = new SkeletonViewer();
|
||||
Lwjgl3ApplicationConfiguration config = new Lwjgl3ApplicationConfiguration();
|
||||
config.disableAudio(true);
|
||||
config.setWindowedMode((int)(800 * uiScale), (int)(600 * uiScale));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user