Skip to content

Commit

Permalink
Fix a bug where a return doesn't exits in EfkEfcFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
durswd committed Oct 13, 2021
1 parent a208e2b commit 401b884
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dev/Cpp/Effekseer/Effekseer/IO/Effekseer.EfkEfcFactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ bool EfkEfcProperty::Load(const void* data, int32_t size)
{
loadStr(materials_);
}

return true;
}

const std::vector<std::u16string>& EfkEfcProperty::GetColorImages() const
Expand Down

0 comments on commit 401b884

Please sign in to comment.