Fix variable in example menu function

I changed this while making unit tests and forgot to change it
back. Whoops!
This commit is contained in:
FlutterSprite 2017-11-12 11:58:23 -08:00
parent f82f629f85
commit 37aef859ed

View file

@ -496,7 +496,7 @@ class CmdNameColor(Command):
def func(self):
# This is all you have to do to initialize a menu!
init_tree_selection(TEST_MENU, self.caller,
init_tree_selection(NAMECOLOR_MENU, self.caller,
change_name_color,
start_text="Name color options:")