mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-02-01 18:40:12 -05:00
--Code changes
-Formatting.
This commit is contained in:
parent
ee6d3c6f1b
commit
9724b4d936
@ -1228,7 +1228,7 @@ bool XmlToEmber<T>::ParseEmberElementFromChaos(xmlNode* emberNode, Ember<T>& cur
|
||||
// there is no warranty that flam3_use_highlight_power will be read before flam3_highlight_power. So, better to be here.
|
||||
bool bVal; istringstream istr(useHighlightPower); istr >> std::boolalpha >> bVal;
|
||||
|
||||
if(!bVal && !istr.bad() && !istr.fail())
|
||||
if (!bVal && !istr.bad() && !istr.fail())
|
||||
currentEmber.m_HighlightPower = T(-1);
|
||||
|
||||
if (auto curvesnode = GetChildNodeByNodeName(childNode, "curves"))
|
||||
|
Loading…
Reference in New Issue
Block a user