Skip to content

Commit

Permalink
Update esset.go
Browse files Browse the repository at this point in the history
  • Loading branch information
temidaradev authored Nov 12, 2024
1 parent 01032e1 commit f3411a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esset.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/hajimehoshi/ebiten/v2"
)

func GetSingleImage(fs embed.FS, name string) *ebiten.Image {
func GetSingleAsset(fs embed.FS, name string) *ebiten.Image {
file, err := fs.Open(name)
if err != nil {
log.Fatal(err)
Expand Down

0 comments on commit f3411a1

Please sign in to comment.