andrewgu / ModConfigMenu

XCOM 2 Mod Config Menu: a project to build a shared settings menu for Xcom 2 mods.
11 stars 13 forks source link

Init and SetBounds don't set increment/decrement step size on MCM_Slider #47

Closed andrewgu closed 7 years ago

andrewgu commented 7 years ago

This bug shows up because after PR-45 MCM_Slider no longer calls SetStepSize to configure the increment/decrement size for actual slider control.

BlueRaja commented 7 years ago

You're mixing tabs and spaces 😛

andrewgu commented 7 years ago

Ugh, Visual Studio configurations.

andrewgu commented 7 years ago

Fixed tabs and spaces issue in #49