Fix view centering

This commit is contained in:
Krzosa Karol
2025-12-31 10:34:11 +01:00
parent f8f9e33032
commit 0921054b6e
4 changed files with 16 additions and 6 deletions

View File

@@ -119,6 +119,7 @@ void SetMouseCursor(Event event) {
}
SetMouseCursor(SDL_SYSTEM_CURSOR_DEFAULT);
}
void UpdateScroll(Window *window, bool update_caret_scrolling) {
ProfileFunction();
BSet set = GetBSet(window);