mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Minor compilation fixes
This commit is contained in:
@@ -190,6 +190,9 @@ void ImGuiVisitor::visit(Shader &n)
|
||||
case Shader::BLEND_LAYER_SUBSTRACT:
|
||||
oss<<"Subtract";
|
||||
break;
|
||||
case Shader::BLEND_CUSTOM:
|
||||
oss<<"Custom";
|
||||
break;
|
||||
}
|
||||
Action::manager().store(oss.str(), n.id());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user