Draw minimap background without map

This commit is contained in:
Henrique Santiago
2013-02-13 18:40:15 -02:00
parent adc01ab9e3
commit ffcb65f365
2 changed files with 7 additions and 3 deletions

View File

@@ -182,4 +182,3 @@ void UIWidget::setImageSource(const std::string& source)
m_imageTexture = g_textures.getTexture(source);
m_imageMustRecache = true;
}