summaryrefslogtreecommitdiff
path: root/engine/CoreObjects/GameObject.go
diff options
context:
space:
mode:
Diffstat (limited to 'engine/CoreObjects/GameObject.go')
-rw-r--r--engine/CoreObjects/GameObject.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/CoreObjects/GameObject.go b/engine/CoreObjects/GameObject.go
index 9ff1b87..fb7d243 100644
--- a/engine/CoreObjects/GameObject.go
+++ b/engine/CoreObjects/GameObject.go
@@ -1,7 +1,7 @@
package coreobjects
type GameObject interface {
- Init(SceneManager)
+ Init(*SceneManager)
Destroy()
Update()
Draw()