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

Bugfix in ResourceManager #230

Open
k-payl opened this issue Sep 28, 2016 · 1 comment
Open

Bugfix in ResourceManager #230

k-payl opened this issue Sep 28, 2016 · 1 comment
Assignees

Comments

@k-payl
Copy link

k-payl commented Sep 28, 2016

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

@megaDRONe86 megaDRONe86 added this to the Version 2:0.3.5 milestone Sep 28, 2016
@megaDRONe86 megaDRONe86 self-assigned this Sep 28, 2016
@megaDRONe86
Copy link
Member

Thank you, it's true. Will be fixed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants