Skip to content
Snippets Groups Projects
Commit a6076f7a authored by valerio's avatar valerio
Browse files

Fix for map wireframe bug

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2371 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent a790b67f
No related branches found
No related tags found
No related merge requests found
......@@ -160,6 +160,7 @@ void MapIso::OnRenderModeChange()
va_.SetMode(0x2); // only lines
va_.SetTwoSided(true);
}
this->FlagRebuild();
GfxObj::OnRenderModeChange();
}
......@@ -167,9 +168,8 @@ void MapIso::CustomPreRenderGL(bool flag)
{
if(flag) {
Rebuild();
} else {
//RefreshVA(va_);
}
RefreshVA(va_);
}
namespace {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment