From 42889906cce8ff9aa31da35e72beae402f7817e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johanna=20Granstr=C3=B6m?= Date: Tue, 13 Oct 2020 13:50:55 +0200 Subject: [PATCH] wip --- modules/softwareintegration/rendering/renderablepointscloud.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/softwareintegration/rendering/renderablepointscloud.cpp b/modules/softwareintegration/rendering/renderablepointscloud.cpp index 24d3a77c85..efac6d27ba 100644 --- a/modules/softwareintegration/rendering/renderablepointscloud.cpp +++ b/modules/softwareintegration/rendering/renderablepointscloud.cpp @@ -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");