This commit is contained in:
Anna 2022-09-04 18:20:07 -04:00
parent 67a9743f83
commit 211048ae50
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0

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;
}