From 92363a2afee8b31a4ba4e1fd059dffabfeec0e95 Mon Sep 17 00:00:00 2001 From: volzhs Date: Mon, 16 Jan 2017 01:46:42 +0900 Subject: Show transparency and accurate color for modulate --- tools/editor/property_editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/editor/property_editor.h') diff --git a/tools/editor/property_editor.h b/tools/editor/property_editor.h index 900d06497f..3f8d071a01 100644 --- a/tools/editor/property_editor.h +++ b/tools/editor/property_editor.h @@ -245,6 +245,7 @@ friend class ProjectExportDialog; void drop_data_fw(const Point2& p_point,const Variant& p_data,Control* p_from); void _resource_preview_done(const String& p_path,const Ref& p_preview,Variant p_ud); + void _draw_transparency(Object *t, const Rect2& p_rect); UndoRedo *undo_redo; protected: -- cgit v1.2.3