Skip to content

Commit 08292dc

Browse files
author
hj
committed
Merge branch 'master' of github.com:flywave/ofbx
2 parents 673950c + 905f56d commit 08292dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

texture.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ func (t *Texture) getFileName() *DataView {
3434
return t.filename
3535
}
3636

37+
func (t *Texture) GetFileName() string {
38+
return t.filename.String()
39+
}
40+
3741
func (t *Texture) getRelativeFileName() *DataView {
3842
return t.relativeFilename
3943
}

0 commit comments

Comments
 (0)