fix: correct baseTexturePath to include assets/ prefix
This commit is contained in:
parent
1b81917307
commit
85d8c463ed
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ import (
|
|||
|
||||
const (
|
||||
basePath = "assets/Characters/Player.blockymodel"
|
||||
baseTexturePath = "Characters/Player_Textures/Player_Greyscale.png"
|
||||
baseTexturePath = "assets/Characters/Player_Textures/Player_Greyscale.png"
|
||||
)
|
||||
|
||||
// MergeService handles character merging operations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue