mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 11:39:49 -06:00
Properly fix useCaching for point cloud colormaps
Forgot the update function in 1092948518, oops
This commit is contained in:
@@ -1384,7 +1384,7 @@ void RenderablePointCloud::update(const UpdateData&) {
|
||||
preUpdate();
|
||||
|
||||
if (_hasColorMapFile) {
|
||||
_colorSettings.colorMapping->update(_dataset);
|
||||
_colorSettings.colorMapping->update(_dataset, _useCaching);
|
||||
}
|
||||
|
||||
if (_spriteTextureIsDirty) {
|
||||
|
||||
Reference in New Issue
Block a user