summaryrefslogtreecommitdiff
path: root/editor/plugins/editor_preview_plugins.h
diff options
context:
space:
mode:
authorpoke1024 <poke1024@gmx.de>2018-02-28 20:23:40 +0100
committerpoke1024 <poke1024@gmx.de>2018-02-28 20:23:40 +0100
commit899f7b125e843d7187ad7c614588d635ce989f80 (patch)
treebbfb881bc73afaebfd467282a48cbb4298aa99a9 /editor/plugins/editor_preview_plugins.h
parent3d03bcd0636aacfe530c52fc1cdc32c2edffea04 (diff)
Fix round preview getting square on "run scene" (issue 16734)
Diffstat (limited to 'editor/plugins/editor_preview_plugins.h')
-rw-r--r--editor/plugins/editor_preview_plugins.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/plugins/editor_preview_plugins.h b/editor/plugins/editor_preview_plugins.h
index 2e12515e30..35b5c3a5f0 100644
--- a/editor/plugins/editor_preview_plugins.h
+++ b/editor/plugins/editor_preview_plugins.h
@@ -33,6 +33,8 @@
#include "editor/editor_resource_preview.h"
+void post_process_preview(Ref<Image> p_image);
+
class EditorTexturePreviewPlugin : public EditorResourcePreviewGenerator {
GDCLASS(EditorTexturePreviewPlugin, EditorResourcePreviewGenerator)
public: