diff options
Diffstat (limited to 'ui.cpp')
| -rw-r--r-- | ui.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -199,7 +199,7 @@ UI::Label* UI::create_label(const char* t, int x, int y) {  }  void UI::update(Arena* s) { - +	(void)s;  }  int UI::render_label(const Label* l, int off) { |