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
Src\astra\config\config.h里selectorXAnimationSpeed如果>=100就会出现bug,然后我去看Animation::move,有一处*_pos += (_posTrg - *_pos) / ((100 - _speed) / 1.0f); 这里最大值确实是100,我觉得应该在config.h里加注释给个范围
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Src\astra\config\config.h里selectorXAnimationSpeed如果>=100就会出现bug,然后我去看Animation::move,有一处*_pos += (_posTrg - *_pos) / ((100 - _speed) / 1.0f); 这里最大值确实是100,我觉得应该在config.h里加注释给个范围
The text was updated successfully, but these errors were encountered: