From 69fe17639e2a5b7ca31ba5ccf2ac49a9b9ae293e Mon Sep 17 00:00:00 2001 From: Paulb23 Date: Sun, 2 Dec 2018 16:24:23 +0000 Subject: Fix text files constantly asking for reload as no last modified time --- core/io/resource_loader.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/io/resource_loader.h') diff --git a/core/io/resource_loader.h b/core/io/resource_loader.h index 7ade4a2dfc..a46a00203f 100644 --- a/core/io/resource_loader.h +++ b/core/io/resource_loader.h @@ -123,6 +123,7 @@ public: static int get_import_order(const String &p_path); static void set_timestamp_on_load(bool p_timestamp) { timestamp_on_load = p_timestamp; } + static bool get_timestamp_on_load() { return timestamp_on_load; } static void notify_load_error(const String &p_err) { if (err_notify) err_notify(err_notify_ud, p_err); -- cgit v1.2.3