forked from organicmaps/organicmaps
fixed warning.
This commit is contained in:
parent
059fbab0fd
commit
90e2f10d50
1 changed files with 3 additions and 0 deletions
|
@ -304,6 +304,9 @@ namespace yg
|
|||
case SkinPage::EFontsUsage:
|
||||
freeTexCmd->m_texturePool = resourceManager()->fontTextures();
|
||||
break;
|
||||
case SkinPage::EStaticUsage:
|
||||
LOG(LWARNING, ("texture with EStaticUsage can't be freed."));
|
||||
return;
|
||||
}
|
||||
|
||||
if (freeTexCmd->m_texture)
|
||||
|
|
Loading…
Add table
Reference in a new issue