Tab again X-(
This commit is contained in:
parent
337b3961c4
commit
7de4b0a3aa
@ -115,7 +115,7 @@ namespace Components
|
|||||||
Game::Dvar_SetInt(this->dvar, integer);
|
Game::Dvar_SetInt(this->dvar, integer);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user