diff --git a/entity/base_comp.go b/entity/base_comp.go index e9892aa..33abe6c 100755 --- a/entity/base_comp.go +++ b/entity/base_comp.go @@ -8,7 +8,7 @@ type BaseComp struct { Entity *Entity } -func (b *BaseComp) baseComp() { +func (b BaseComp) baseComp() { } func (b *BaseComp) Init(parent *Entity) {