mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-24 04:58:59 -05:00
Rename DashboardGlobeLocation to DashboardItemGlobeLocation
Remove JSON from iswa module and use openspace one instead Remove warnings General code cleanup
This commit is contained in:
@@ -229,7 +229,7 @@ void DataCygnet::setTextureUniforms() {
|
||||
_shader->setUniform("transferFunctions[0]", tfUnits[0]);
|
||||
} else {
|
||||
for (int option : selectedOptions) {
|
||||
if (_transferFunctions.size() >= option) {
|
||||
if (static_cast<int>(_transferFunctions.size()) >= option) {
|
||||
tfUnits[j].activate();
|
||||
_transferFunctions[option].bind();
|
||||
_shader->setUniform(
|
||||
|
||||
Reference in New Issue
Block a user