Fixed crash on Utility uninitialisation
Former-commit-id: ef9f53674fe21c4d7780e68c62f7981554663a85
This commit is contained in:
@@ -73,6 +73,11 @@ unsigned int NzGuillotineImageAtlas::GetLayerCount() const
|
||||
return m_layers.size();
|
||||
}
|
||||
|
||||
nzUInt32 NzGuillotineImageAtlas::GetStorage() const
|
||||
{
|
||||
return nzDataStorage_Software;
|
||||
}
|
||||
|
||||
bool NzGuillotineImageAtlas::Insert(const NzImage& image, NzRectui* rect, bool* flipped, unsigned int* layerIndex)
|
||||
{
|
||||
if (m_layers.empty())
|
||||
|
||||
Reference in New Issue
Block a user