Im trying to make it so that my invert indicator displays "<" when inverted and ">" when it isnt
[CODE = cpp] if (g_cfg [XOR ("rage_aa_enabled")] .get <bool> ()) {
if (g_cfg [XOR ("misc_indicators_desync")] .get <bool> ()) {
if (g_cl.m_negate_desync) {...