mirror of https://github.com/AxioDL/metaforce.git
Updated RetroCommon
This commit is contained in:
parent
6e5b82bc15
commit
a71b01d4a2
|
@ -392,7 +392,7 @@ void BlenderConnection::PyOutStream::linkBlend(const SystemString& target, const
|
|||
" obj_scene = scene\n"
|
||||
" break\n"
|
||||
" if not obj_scene:\n"
|
||||
" raise RuntimeError('unable to find %s in %s')\n"
|
||||
" raise RuntimeError('''unable to find %s in %s. try deleting it and restart the extract.''')\n"
|
||||
" obj = None\n"
|
||||
" for object in obj_scene.objects:\n"
|
||||
" if object.name == obj_scene.name:\n"
|
||||
|
|
|
@ -19,9 +19,9 @@ add_executable(hecl main.cpp
|
|||
|
||||
list(APPEND DATA_SPEC_LIBS
|
||||
RetroDataSpec
|
||||
DNAMP1
|
||||
DNAMP2
|
||||
DNAMP3
|
||||
DNAMP2
|
||||
DNAMP1
|
||||
DNACommon)
|
||||
|
||||
target_link_libraries(hecl
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 13d545c3fd6c9889109dc64b035040b9d4741ed3
|
||||
Subproject commit d9b7151487a8b905f80132d79fe9eebd22586b6e
|
|
@ -1 +1 @@
|
|||
Subproject commit b5d96f70409751689253d869bfa27909147da83c
|
||||
Subproject commit 3c5b5fd39a015e0f30768576040677d416bce875
|
Loading…
Reference in New Issue