aboutsummaryrefslogtreecommitdiff
path: root/activeobject.go
diff options
context:
space:
mode:
Diffstat (limited to 'activeobject.go')
-rw-r--r--activeobject.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/activeobject.go b/activeobject.go
index 6b61e5c..1915af7 100644
--- a/activeobject.go
+++ b/activeobject.go
@@ -18,7 +18,7 @@ func (sc *ServerConn) handleAOMsg(aoMsg mt.AOMsg) {
sc.swapAOID(&msg.Attach.ParentID)
case *mt.AOCmdProps:
for j := range msg.Props.Textures {
- prependTexture(sc.mediaPool, &msg.Props.Textures[j])
+ prependTextureOrItem(sc.mediaPool, &msg.Props.Textures[j])
}
prepend(sc.mediaPool, &msg.Props.Mesh)
prepend(sc.mediaPool, &msg.Props.Itemstring)