Skip to content

Commit

Permalink
Merge pull request #33386 from Chaosus/vk_fix_texture_preview
Browse files Browse the repository at this point in the history
[Vulkan] Adds repeat flag to texture preview checkerboard background
  • Loading branch information
akien-mga committed Feb 11, 2020
2 parents bb9b9b0 + 171691a commit cc674a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/plugins/texture_editor_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ void TextureEditor::_bind_methods() {

TextureEditor::TextureEditor() {

set_texture_repeat(TextureRepeat::TEXTURE_REPEAT_ENABLED);
set_custom_minimum_size(Size2(1, 150));
}

Expand Down

0 comments on commit cc674a5

Please sign in to comment.