resizeCheck fix

This commit is contained in:
Anuken 2021-10-01 09:43:20 -04:00
parent 10b8a6e4a5
commit b2cd4e8ec0
2 changed files with 2 additions and 2 deletions

View File

@ -376,7 +376,7 @@ public class Renderer implements ApplicationListener{
backgroundBuffer = new FrameBuffer(size, size);
}
if(resized || backgroundBuffer.resize(size, size)){
if(resized || backgroundBuffer.resizeCheck(size, size)){
backgroundBuffer.begin(Color.clear);
var params = state.rules.planetBackground;

View File

@ -24,4 +24,4 @@ android.useAndroidX=true
#used for slow jitpack builds; TODO see if this actually works
org.gradle.internal.http.socketTimeout=100000
org.gradle.internal.http.connectionTimeout=100000
archash=585f498bf43d02c04ee129df65372380f31d4a03
archash=adf7fb48c540f4f44aa76fcc6c5b2c9643732de0