We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CanvasLayer#_stopRenderingで render イベントが発生した場合に、 #_onexitframe を removeする処理があるが、CanvasLayer#_startRendering では exitframeイベントに対して #_onexitframeをaddしている。
CanvasLayer#_stopRendering
#_onexitframe
CanvasLayer#_startRendering
render イベント発生時にremoveするのではなくて、exitframeイベント発生時にremoveするのが正しい挙動ではないでしょうか?
The text was updated successfully, but these errors were encountered:
bugfix about CanvasLayer (#277)
dbaa834
No branches or pull requests
CanvasLayer#_stopRendering
で render イベントが発生した場合に、#_onexitframe
を removeする処理があるが、CanvasLayer#_startRendering
では exitframeイベントに対して#_onexitframe
をaddしている。render イベント発生時にremoveするのではなくて、exitframeイベント発生時にremoveするのが正しい挙動ではないでしょうか?
The text was updated successfully, but these errors were encountered: