mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-03 10:58:34 -06:00
Properly fix useCaching for point cloud colormaps
Forgot the update function in 1092948518, oops
This commit is contained in:
@@ -71,7 +71,7 @@ public:
|
||||
*/
|
||||
void initializeTexture();
|
||||
|
||||
void update(const dataloader::Dataset& dataset);
|
||||
void update(const dataloader::Dataset& dataset, bool useCaching = true);
|
||||
|
||||
static documentation::Documentation Documentation();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user