This commit is contained in:
Johanna Granström
2020-10-13 13:50:55 +02:00
parent 07ad1ddb00
commit 42889906cc

View File

@@ -175,7 +175,7 @@ namespace openspace {
return ((_shaderProgram != nullptr) && (!_fullData.empty()));
}
void RenderablePointsCloud::initialize() {
void RenderablePointsCloud::initialize() {
bool isSuccessful = loadData();
if (!isSuccessful) {
throw ghoul::RuntimeError("Error loading data");