mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 19:29:04 -05:00
Real time updateinterval
This commit is contained in:
@@ -145,6 +145,9 @@ void TexturePlane::render(){
|
||||
}
|
||||
|
||||
void TexturePlane::update(){
|
||||
if(_planeIsDirty)
|
||||
createPlane();
|
||||
|
||||
CygnetPlane::update();
|
||||
|
||||
if(_futureTexture && _futureTexture->isFinished){
|
||||
|
||||
Reference in New Issue
Block a user