mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 02:48:25 -05:00
warnings if download to memory failed for some reason
This commit is contained in:
@@ -184,7 +184,9 @@ bool DataPlane::loadTexture() {
|
||||
}
|
||||
|
||||
bool DataPlane::updateTexture(){
|
||||
if(_futureObject)
|
||||
|
||||
// If a download is in progress, dont send another request.
|
||||
if(_futureObject && !_futureObject->isFinished && !_futureObject->isAborted)
|
||||
return false;
|
||||
|
||||
_memorybuffer = "";
|
||||
|
||||
Reference in New Issue
Block a user