This commit is contained in:
Anna 2022-09-04 18:20:07 -04:00
parent c63964aa9c
commit 16757f6526
1 changed files with 4 additions and 0 deletions

View File

@ -39,6 +39,10 @@ internal class Viewer {
goto End;
}
if (this._idx >= nearby.Count) {
this._idx = Math.Max(0, nearby.Count - 1);
}
if (!ImGui.BeginTable("##viewer-table", 3)) {
goto End;
}