mirror of
https://github.com/godotengine/godot.git
synced 2025-04-13 01:00:35 +08:00
Fix TextureLayered::create not retaining format
This commit is contained in:
parent
d8067e905c
commit
e24379e61f
@ -2067,7 +2067,7 @@ void TextureLayered::create(uint32_t p_width, uint32_t p_height, uint32_t p_dept
|
||||
width = p_width;
|
||||
height = p_height;
|
||||
depth = p_depth;
|
||||
|
||||
format = p_format;
|
||||
flags = p_flags;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user