You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-23 15:16:17 +00:00
Merge pull request #33386 from Chaosus/vk_fix_texture_preview
[Vulkan] Adds repeat flag to texture preview checkerboard background
This commit is contained in:
@@ -132,6 +132,7 @@ void TextureEditor::_bind_methods() {
|
|||||||
|
|
||||||
TextureEditor::TextureEditor() {
|
TextureEditor::TextureEditor() {
|
||||||
|
|
||||||
|
set_texture_repeat(TextureRepeat::TEXTURE_REPEAT_ENABLED);
|
||||||
set_custom_minimum_size(Size2(1, 150));
|
set_custom_minimum_size(Size2(1, 150));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user