Add back the editor modules complie.

This commit is contained in:
Relintai 2023-12-14 23:23:36 +01:00
parent 8743dd4597
commit 7ad616b0a8

View File

@ -268,7 +268,7 @@ env_base["platform"] = selected_platform # Must always be re-set after calling
# Detect modules.
modules_detected = OrderedDict()
module_search_paths = [ "modules" ] # Built-in path.
module_search_paths = [ "modules", methods.convert_custom_modules_path("editor_modules") ] # Built-in path.
# maybe?
#if env_base["tools"]: