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
+3
View File
@@ -145,6 +145,9 @@ void TexturePlane::render(){
}
void TexturePlane::update(){
if(_planeIsDirty)
createPlane();
CygnetPlane::update();
if(_futureTexture && _futureTexture->isFinished){