mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2024-11-17 22:17:19 +01:00
Add back the editor modules complie.
This commit is contained in:
parent
8743dd4597
commit
7ad616b0a8
@ -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"]:
|
||||
|
Loading…
Reference in New Issue
Block a user