Skip to content
Snippets Groups Projects
Commit 90c886b0 authored by Mitchell Stokes's avatar Mitchell Stokes
Browse files

Fix to get game_engine_save_as_runtime working again provided by SolarLune.

parent ea798111
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,6 @@ def WriteRuntime(player_path, output_path, copy_python, overwrite_lib, copy_dlls
compress=False,
copy=True,
)
blend_path += '.blend'
# Get the blend data
blend_file = open(blend_path, 'rb')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment