2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 01:07:43 +00:00

Minor fixes

This commit is contained in:
2019-09-29 08:17:01 -07:00
parent 7fd54effc9
commit 6b56f2e6a4
4 changed files with 5 additions and 4 deletions

View File

@@ -175,12 +175,10 @@ void Console::init(boo::IWindow* window) {
void Console::proc() {
if (m_conHeight->isModified()) {
m_cachedConHeight = m_conHeight->toReal();
m_conHeight->clearModified();
}
if (m_conSpeed->isModified()) {
m_cachedConSpeed = m_conSpeed->toReal();
m_conSpeed->clearModified();
}
if (m_state == State::Opened) {