eakosin / TheExplorerProject

A 2D MMO-PVE dungeon crawler with item based character progression.
4 stars 3 forks source link

ui.lua did not declare progressBar table before attempting to assign functions. #42

Closed eakosin closed 10 years ago

eakosin commented 10 years ago

A table must be declared and initialized before it can have functions assigned to it.

eakosin commented 10 years ago

Added declaration.