From 171691aad9fc61f8679f818f4ebeac31e29e41a6 Mon Sep 17 00:00:00 2001
From: Yuri Roubinsky <chaosus89@gmail.com>
Date: Wed, 6 Nov 2019 14:16:32 +0300
Subject: [Vulkan] Add repeat flag to texture preview checkerboard background

---
 editor/plugins/texture_editor_plugin.cpp | 1 +
 1 file changed, 1 insertion(+)

(limited to 'editor/plugins/texture_editor_plugin.cpp')

diff --git a/editor/plugins/texture_editor_plugin.cpp b/editor/plugins/texture_editor_plugin.cpp
index 675ba55b34..60f9bb5dc1 100644
--- a/editor/plugins/texture_editor_plugin.cpp
+++ b/editor/plugins/texture_editor_plugin.cpp
@@ -132,6 +132,7 @@ void TextureEditor::_bind_methods() {
 
 TextureEditor::TextureEditor() {
 
+	set_texture_repeat(TextureRepeat::TEXTURE_REPEAT_ENABLED);
 	set_custom_minimum_size(Size2(1, 150));
 }
 
-- 
cgit v1.2.3