| 1705 | //----------------------------------------------------------------------------- |
| 1706 | |
| 1707 | void GuiControl::setFloatVariable(F32 value) |
| 1708 | { |
| 1709 | if (mConsoleVariable[0]) |
| 1710 | Con::setFloatVariable(mConsoleVariable, value); |
| 1711 | } |
| 1712 | |
| 1713 | //----------------------------------------------------------------------------- |
| 1714 |
nothing calls this directly
no test coverage detected