Faults: Always show fault color option

This commit is contained in:
Magne Sjaastad
2014-01-02 11:21:35 +01:00
parent 1ea31f61ba
commit 508334fcb0
5 changed files with 16 additions and 16 deletions

View File

@@ -62,6 +62,7 @@ public:
caf::PdmField<bool> showOppositeFaultFaces;
caf::PdmField<bool> limitFaultsToFilter;
caf::PdmField<bool> showNNCs;
caf::PdmField<bool> forceFaultColor;
caf::PdmField<caf::AppEnum< FaultFaceCullingMode > > faultFaceCulling;