-
Notifications
You must be signed in to change notification settings - Fork 354
New issue
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
Channels effect crashes when setting alphaSource when source is undefined #109
Comments
Seems like there is also a problem when setting |
Maybe not the best approach, but checking for
|
Thanks for reporting. I'm making some progress on this. Can you share some sample code or a stacktrace for the reassigning source problem? |
Looks like the reason your workaround works is that somewhere after the |
Here's a test case. https://drive.google.com/file/d/0BxHpmZYCB3c2WXhTYXdmUGN1SUk/view?usp=sharing |
I tried making an alpha mask for a webcam feed, but it's failing if I assign alphaSource immediately after instantiating the
channels
effect.But if I wait a tick, it works just fine.
Seems like it's probably a simple thing to fix, but for now I'll use this workaround.
Here's some screenshots, in case they help.
The text was updated successfully, but these errors were encountered: