diff --git a/README.md b/README.md index 2406833..19ba274 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ // You need to create a root container that will hold the scene you want to draw. var stage = new PIXI.Container(); -var bunny; + // Declare a global variable for our sprite so that the animate function can access it. var bunny = null;