1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-01 16:38:31 +00:00

Fix round preview getting square on "run scene" (issue 16734)

(cherry picked from commit 899f7b125e)
This commit is contained in:
poke1024
2018-02-28 20:23:40 +01:00
committed by Hein-Pieter van Braam
parent 7ad6a9aeea
commit 2f53325bed
3 changed files with 35 additions and 0 deletions

View File

@@ -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: