Fixes Atlas bug where default player data wasn't sent to engine after being displayed in the UI (introduced by 1f5f82f375). Fixes #1398.

This was SVN commit r11834.
This commit is contained in:
historic_bruno 2012-05-10 22:49:04 +00:00
parent 9610f72636
commit 56269b2489

View File

@ -758,6 +758,9 @@ void PlayerSettingsControl::ReadFromEngine()
++playerDefs;
}
// Send default properties to engine, since they might not be set
SendToEngine();
m_InGUIUpdate = false;
}