Real time updateinterval

This commit is contained in:
Sebastian Piwell
2016-04-01 11:24:23 -04:00
parent a1cce7d41a
commit d3fc17fc4d
6 changed files with 26 additions and 8 deletions

View File

@@ -156,6 +156,9 @@ void DataPlane::render(){
}
void DataPlane::update(){
if(_planeIsDirty)
createPlane();
CygnetPlane::update();
}