mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-12 07:48:16 -05:00
Move iwi writer for version 27 in its iwi27 namespace
This commit is contained in:
@ -16,7 +16,7 @@ AssetDumperGfxImage::AssetDumperGfxImage()
|
||||
m_writer = new DdsWriter();
|
||||
break;
|
||||
case ObjWriting::Configuration_t::ImageOutputFormat_e::IWI:
|
||||
m_writer = new IwiWriter27();
|
||||
m_writer = new iwi27::IwiWriter();
|
||||
break;
|
||||
default:
|
||||
assert(false);
|
||||
|
Reference in New Issue
Block a user