diff --git a/GameRes/GameRes.cs b/GameRes/GameRes.cs index c9d9e296..ee6b7f1c 100644 --- a/GameRes/GameRes.cs +++ b/GameRes/GameRes.cs @@ -305,8 +305,8 @@ namespace GameRes //Fill the imports of this object container.ComposeParts (this); - AddResourceImpl (m_arc_formats); AddResourceImpl (m_image_formats); + AddResourceImpl (m_arc_formats); AddResourceImpl (m_audio_formats); AddResourceImpl (m_script_formats); }