mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
Various fixes and improvements to CVars
This commit is contained in:
@@ -174,12 +174,12 @@ void Console::init(boo::IWindow* window) {
|
||||
|
||||
void Console::proc() {
|
||||
if (m_conHeight->isModified()) {
|
||||
m_cachedConHeight = m_conHeight->toFloat();
|
||||
m_cachedConHeight = m_conHeight->toReal();
|
||||
m_conHeight->clearModified();
|
||||
}
|
||||
|
||||
if (m_conSpeed->isModified()) {
|
||||
m_cachedConSpeed = m_conSpeed->toFloat();
|
||||
m_cachedConSpeed = m_conSpeed->toReal();
|
||||
m_conSpeed->clearModified();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user