mirror of
https://github.com/DumbDev69420/EscapeTheBackrooms_Internal.git
synced 2025-06-29 10:13:08 +08:00
Fixed simple bug
This commit is contained in:
@ -1051,7 +1051,7 @@ void MainThread() {
|
||||
TexturesCopy.push_back(CWINGui::LoadTexture(ByteData));
|
||||
}
|
||||
|
||||
GifBackground = new CWINGui::GifData(TexturesCopy, 100);
|
||||
GifBackground = new CWINGui::GifData(TexturesCopy, 50);
|
||||
}
|
||||
|
||||
return;
|
||||
|
Reference in New Issue
Block a user