| 1720 | //----------------------------------------------------------------------------- |
| 1721 | |
| 1722 | void GuiControl::setFloatVariable(F32 value) |
| 1723 | { |
| 1724 | if (mConsoleVariable[0]) |
| 1725 | Con::setFloatVariable(mConsoleVariable, value); |
| 1726 | } |
| 1727 | |
| 1728 | //----------------------------------------------------------------------------- |
| 1729 |
nothing calls this directly
no test coverage detected