Fixed indent
This commit is contained in:
parent
035b7f19d9
commit
337b3961c4
@ -116,7 +116,6 @@ namespace Components
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void Dvar::Var::set(float value)
|
void Dvar::Var::set(float value)
|
||||||
{
|
{
|
||||||
assert(this->dvar->type == Game::DVAR_TYPE_FLOAT);
|
assert(this->dvar->type == Game::DVAR_TYPE_FLOAT);
|
||||||
@ -131,7 +130,7 @@ namespace Components
|
|||||||
assert(this->dvar->type == Game::DVAR_TYPE_BOOL);
|
assert(this->dvar->type == Game::DVAR_TYPE_BOOL);
|
||||||
if (this->dvar)
|
if (this->dvar)
|
||||||
{
|
{
|
||||||
Game::Dvar_SetBool(this->dvar, enabled);
|
Game::Dvar_SetBool(this->dvar, enabled);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user