NVentimiglia / Unity3d-Databinding-Mvvm-Mvc

Unity3d uGUI Observable library for Mvvm / Mvc
http://unity3dfoundation.com
63 stars 16 forks source link

Fix: SliderBinder now initializes Min/Max before the Value is initialized. #13

Closed Agamemjohn closed 9 years ago

Agamemjohn commented 9 years ago

Before, Value wouldn't be set, since min/max were 0 (default float).

NVentimiglia commented 9 years ago

Good Stuff.