fix incorrect tooltip

This commit is contained in:
Ryan Fleury
2024-10-28 21:38:09 -07:00
parent 4769d0a8d4
commit 1b5321ad8e
+1 -1
View File
@@ -6071,7 +6071,7 @@ rd_window_frame(RD_Window *ws)
UI_Tooltip
RD_Font(RD_FontSlot_Main)
UI_FontSize(rd_font_size_from_slot(RD_FontSlot_Main))
ui_labelf("Step Over");
ui_labelf("Step Into");
}
else
{