Properly fix useCaching for point cloud colormaps

Forgot the update function in 1092948518, oops
This commit is contained in:
Emma Broman
2024-05-02 13:56:48 +02:00
parent 436eb0d195
commit 075f6c8f65
3 changed files with 4 additions and 4 deletions

View File

@@ -1384,7 +1384,7 @@ void RenderablePointCloud::update(const UpdateData&) {
preUpdate();
if (_hasColorMapFile) {
_colorSettings.colorMapping->update(_dataset);
_colorSettings.colorMapping->update(_dataset, _useCaching);
}
if (_spriteTextureIsDirty) {