Skip to content

Commit

Permalink
Removed "None" from shader language selection
Browse files Browse the repository at this point in the history
  • Loading branch information
houmain committed Sep 26, 2023
1 parent 53b9edc commit 1659164
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/session/SessionProperties.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ void SessionProperties::fillComboBoxes()
fillComboBox<Target::PolygonMode>(mTargetProperties->polygonMode);
fillComboBox<Target::LogicOperation>(mTargetProperties->logicOperation);
fillComboBox<Shader::Language>(mShaderProperties->language);
mShaderProperties->language->removeItem(mShaderProperties->language->findText("None"));
fillComboBox<Shader::ShaderType>(mShaderProperties->type);
fillComboBox<Script::ExecuteOn>(mScriptProperties->executeOn);
}
Expand Down

0 comments on commit 1659164

Please sign in to comment.