Undid the attempted optimization of having the normal stage update half as often.

This commit is contained in:
Scott Erickson 2014-09-30 13:45:15 -07:00
parent 90e21c6085
commit 528383c0dc

View file

@ -236,7 +236,7 @@ module.exports = Surface = class Surface extends CocoClass
drawCurrentFrame: (e) ->
++@totalFramesDrawn
@normalStage.update e if @totalFramesDrawn % 2 is 0
@normalStage.update e
@webGLStage.update e