- [GUI] Added ToolTip to display.

- [Core] Fix bug where some files would stuck in infinite loop.
This commit is contained in:
Razmoth
2024-01-28 13:23:44 +04:00
parent e19d7b91fe
commit b64c915f3a
4 changed files with 63 additions and 7 deletions

View File

@@ -85,6 +85,10 @@ namespace AssetStudio
{
Offset = AbsolutePosition;
yield return AbsolutePosition;
if (Offset == AbsolutePosition)
{
break;
}
}
}
}