mirror of
https://github.com/zeldaret/botw
synced 2026-05-23 06:54:18 -04:00
ec59fe675b
The wrong overload of agl::utl::Parameter::init was being used. The one that only takes a name will use the name string for the label as well; this is not what the original function does, as the label for all the parameters is set to "" (the empty string).