Skip to content

Commit

Permalink
ebiten: bug fix: wrong screenshot file names
Browse files Browse the repository at this point in the history
Closes #2844
  • Loading branch information
hajimehoshi committed Nov 16, 2023
1 parent 9cd7f82 commit 96d58bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imagedumper.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
)

func datetimeForFilename() string {
const datetimeFormat = "20060102030405"
const datetimeFormat = "20060102150405"
now := time.Now()
return now.Format(datetimeFormat)
}
Expand Down

0 comments on commit 96d58bb

Please sign in to comment.