Fix build issues
This commit is contained in:
@@ -93,7 +93,6 @@ namespace OpenVulkano::Scene
|
||||
m_atlasData = std::make_shared<AtlasData>();
|
||||
if (isPacked)
|
||||
{
|
||||
m_atlasData->texture = Texture();
|
||||
m_material.texture = &m_atlasData->texture;
|
||||
m_atlasData->img = Image::IImageLoader::loadData((const uint8_t*) atlasMetadata.Data(),
|
||||
offsetToMetadata);
|
||||
|
||||
Reference in New Issue
Block a user