aboutsummaryrefslogtreecommitdiff
path: root/gen_textures.go
diff options
context:
space:
mode:
Diffstat (limited to 'gen_textures.go')
-rw-r--r--gen_textures.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_textures.go b/gen_textures.go
index 3712096..f2a9517 100644
--- a/gen_textures.go
+++ b/gen_textures.go
@@ -23,7 +23,7 @@ func main() {
}
defer f.Close()
- f.WriteString("package main\n")
+ f.WriteString("package proxy\n")
f.WriteString("\n")
f.WriteString("var defaultTextures = []mediaFile{\n")