From 93f7d8c0a41e16d8efc948154e51a3977295cf36 Mon Sep 17 00:00:00 2001
From: Scott Erickson <sderickson@gmail.com>
Date: Tue, 27 May 2014 16:41:56 -0700
Subject: [PATCH] Made sure sprites are idle and properly positioned when they
 load.

---
 app/lib/surface/CocoSprite.coffee | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/lib/surface/CocoSprite.coffee b/app/lib/surface/CocoSprite.coffee
index 882383b97..183d6aa65 100644
--- a/app/lib/surface/CocoSprite.coffee
+++ b/app/lib/surface/CocoSprite.coffee
@@ -100,6 +100,7 @@ module.exports = CocoSprite = class CocoSprite extends CocoClass
         @actions = @thangType.getActions()
         @buildFromSpriteSheet result
         @createMarks()
+        @queueAction 'idle'
 
   finishSetup: ->
     @updateBaseScale()