0
0
mirror of https://github.com/rls-moe/nyx synced 2025-12-16 09:30:41 +00:00

Resource Fixes

This commit is contained in:
Tim Schuster
2017-03-15 14:39:57 +01:00
parent bc23a66bb0
commit e5cdbe7211
14 changed files with 9 additions and 9 deletions

View File

@@ -48,7 +48,7 @@ var (
)
func LoadTemplates() error {
box, err := rice.FindBox("res/")
box, err := rice.FindBox("board_res/")
if err != nil {
return err
}