mirror of
https://github.com/godotengine/godot.git
synced 2025-10-27 19:54:27 +00:00
[Vulkan] Add repeat flag to texture preview checkerboard background
This commit is contained in:
parent
7f430b03a7
commit
171691aad9
1 changed files with 1 additions and 0 deletions
|
|
@ -132,6 +132,7 @@ void TextureEditor::_bind_methods() {
|
|||
|
||||
TextureEditor::TextureEditor() {
|
||||
|
||||
set_texture_repeat(TextureRepeat::TEXTURE_REPEAT_ENABLED);
|
||||
set_custom_minimum_size(Size2(1, 150));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue