Skip to content
This repository was archived by the owner on Dec 11, 2017. It is now read-only.
This repository was archived by the owner on Dec 11, 2017. It is now read-only.

Bugfix in ResourceManager #230

Description

@k-payl

There are folowing strings around 861 line number in ResourceManager.cpp:

if (eCreateFlags & TCF_MIPMAPS_PRESENTED)
{
        if (eCreateFlags & TLF_GENERATE_MIPMAPS)
            (int &)eCreateFlags &= ~TLF_GENERATE_MIPMAPS;

...
}

I'm sure that in the second "if" must be eLoadFlags instead of eCreateFlags

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions