mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-02 08:49:20 -05:00
Removed couts
This commit is contained in:
@@ -181,7 +181,7 @@ bool DataSphere::updateTexture(){
|
||||
std::stringstream buffer;
|
||||
buffer << data.rdbuf();
|
||||
_dataBuffer = buffer.str();
|
||||
std::cout << "data in buffer" << std::endl;
|
||||
|
||||
// loadTexture();
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user