DGLE-HQ / DGLE

Powerful independent cross-platform engine for 2D/3D games and visualizations. Young, strong and crazy!

Home Page:http://dgle.dronprogs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bugfix in ResourceManager

k-payl opened this issue · comments

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

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