Skip to content
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

crash when modulating i/o range attributes too quickly #15

Open
isabelgk opened this issue Jan 27, 2022 · 0 comments
Open

crash when modulating i/o range attributes too quickly #15

isabelgk opened this issue Jan 27, 2022 · 0 comments

Comments

@isabelgk
Copy link
Contributor

Process 91324 stopped
* thread #73, name = 'MacBook Pro Speakers', stop reason = hit program assert
    frame #4: 0x0000000133d2be48 ease~`ease_base<ease>::apply_easing_function(this=0x0000000137259740, input=0.31759637188225304) at ease_base.h:100:3
   97  			const numbers& input_range  = this->input_range;
   98  			const numbers& output_range = this->output_range;
   99
-> 100 			assert(input_range.size() == 2);
   101 			assert(output_range.size() == 2);
   102
   103 			number diff  = (input_range[1] - input_range[0]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant