Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
removed debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
tsukinoko-kun committed Jan 7, 2024
1 parent aafe760 commit 9580f26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions engine/core/window.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,10 +310,8 @@ func eventLoop() {
func Present() {
if cursorHover {
sdl.SetCursor(sdl.CreateSystemCursor(sdl.SYSTEM_CURSOR_HAND))
log.Debug("pointer cursor")
} else {
sdl.SetCursor(sdl.CreateSystemCursor(sdl.SYSTEM_CURSOR_ARROW))
log.Debug("arrow cursor")
}
renderer.Present()
frameTime := uint32(sdl.GetTicks64() - frameStartTime)
Expand Down

0 comments on commit 9580f26

Please sign in to comment.