mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-06 10:46:53 +08:00
Changed SV bg color to match editor default bg color (when gradient is off and square alpha is 0).
This commit is contained in:
parent
f06bfd9f16
commit
76f0b208d9
@ -253,7 +253,7 @@ public class SkeletonViewer extends ApplicationAdapter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void render () {
|
public void render () {
|
||||||
Gdx.gl.glClearColor(0.3f, 0.3f, 0.3f, 1);
|
Gdx.gl.glClearColor(112 / 255f, 111 / 255f, 118 / 255f, 1);
|
||||||
Gdx.gl.glClear(GL20.GL_COLOR_BUFFER_BIT);
|
Gdx.gl.glClear(GL20.GL_COLOR_BUFFER_BIT);
|
||||||
|
|
||||||
float delta = Gdx.graphics.getDeltaTime();
|
float delta = Gdx.graphics.getDeltaTime();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user