mirror of
https://github.com/godotengine/godot.git
synced 2025-04-01 00:41:35 +08:00
initialize texture shrink to false by default
This commit is contained in:
parent
f1e2874ca9
commit
d2e909847d
@ -2005,6 +2005,8 @@ void RasterizerStorageGLES2::initialize() {
|
||||
}
|
||||
}
|
||||
|
||||
config.shrink_textures_x2 = false;
|
||||
|
||||
frame.count = 0;
|
||||
frame.prev_tick = 0;
|
||||
frame.delta = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user