Pre-vacation push

This commit is contained in:
Richard Davey
2013-08-16 23:44:06 +01:00
parent c884bab7ec
commit c2745bec35
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ module Phaser {
{
if (Phaser.GAMES.length > 0)
{
throw new Error('Phaser detected an instance of this game already running, aborting');
console.log('Phaser detected an instance of this game already running, aborting');
return;
}
}
+2 -2
View File
@@ -38,8 +38,8 @@ module Phaser.Renderer.Canvas {
return true;
}
//return RectangleUtils.intersects(sprite.cameraView, camera.screenView);
return true;
return RectangleUtils.intersects(sprite.cameraView, camera.screenView);
//return true;
}