Core/FilesystemComponent: Add a way to fix indices accross DLL boundaries

This commit is contained in:
SirLynix
2023-01-29 18:13:35 +01:00
parent 5a89a2ae9f
commit 8bc953240d
3 changed files with 36 additions and 31 deletions

View File

@@ -177,6 +177,8 @@ namespace Nz
void Graphics::RegisterComponent(AppFilesystemComponent& component)
{
AppFilesystemComponent::RegisterResourceTypes();
TextureParams defaultTexParams;
defaultTexParams.renderDevice = m_renderDevice;