mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-22 11:18:22 -05:00
removed commented code
This commit is contained in:
@@ -171,19 +171,11 @@ bool DataSphere::loadTexture(){
|
||||
}
|
||||
|
||||
// _dataBuffer = "";
|
||||
return false;
|
||||
return texturesReady;
|
||||
}
|
||||
|
||||
bool DataSphere::updateTexture(){
|
||||
// if(_dataBuffer == ""){
|
||||
// std::ifstream data(absPath("${OPENSPACE_DATA}/ionosphere_variables.json"));
|
||||
// std::stringstream buffer;
|
||||
// buffer << data.rdbuf();
|
||||
// _dataBuffer = buffer.str();
|
||||
|
||||
// // loadTexture();
|
||||
// return true;
|
||||
// }
|
||||
if(_futureObject.valid())
|
||||
return false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user