diff options
Diffstat (limited to 'editor/editor_export.h')
-rw-r--r-- | editor/editor_export.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_export.h b/editor/editor_export.h index 91e012d945..df42b0d95d 100644 --- a/editor/editor_export.h +++ b/editor/editor_export.h @@ -294,7 +294,7 @@ public: void set_name(const String &p_name); void set_os_name(const String &p_name); - void set_logo(const Ref<Texture> &p_loco); + void set_logo(const Ref<Texture> &p_logo); void set_release_64(const String &p_file); void set_release_32(const String &p_file); |