adjust positing on Current Tag: HUD elem

This commit is contained in:
2026-02-20 15:39:53 -05:00
parent dda1d6cb5a
commit 13e1f09b60

View File

@@ -377,7 +377,7 @@ S8 win_proc(void* hwnd, U4 msg, U8 wparam, S8 lparam) {
semantics_str[13 + name_len] = '\0'; semantics_str[13 + name_len] = '\0';
ms_set_text_color(hdc, cur_color); ms_set_text_color(hdc, cur_color);
ms_text_out_a(hdc, 400, 20, semantics_str, 13 + name_len); ms_text_out_a(hdc, 40, 540, semantics_str, 13 + name_len);
} }
// Render VM State // Render VM State