diff options
Diffstat (limited to 'src/editor/editor_infobox.cpp')
| -rw-r--r-- | src/editor/editor_infobox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editor/editor_infobox.cpp b/src/editor/editor_infobox.cpp index 9f9060d..479b59d 100644 --- a/src/editor/editor_infobox.cpp +++ b/src/editor/editor_infobox.cpp @@ -100,7 +100,7 @@ static void gui_editor_infobox_draw_assets( GUI_EDITOR_INFOBOX* box, I32 panel_x I32 text_x = tx + EDITOR_ASSETS_THUMB + 8; CLR txt = ui_clr.txt; if( map_entry ) { - gui_draw_str( text_x, row_y + 7, ALIGN_L, FNT_JPN12, txt, "[map] -> %s", map->name ); + gui_draw_str( text_x, row_y + 7, ALIGN_L, FNT_JPN12, txt, "[map] -> %s", map->name.data ); } else if( p->tex ) { gui_draw_str( text_x, row_y + 7, ALIGN_L, FNT_JPN12, txt, "[%d] -> %s", idx - 1, p->tex->name ); } else { |
