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

sclang: fix accidental number literal #1105

Merged
merged 1 commit into from
May 14, 2014

Conversation

mohayonao
Copy link
Contributor

before

69ssssss // 69.4 ('s' is applied 4 times)
69bbbbbb // 68.4 ('b' is applied limitless)

fixed

69ssssss // 69.4 ('s' is applied 4 times)
69bbbbbb // 68.6 ('b' is applied 4 times)

telephon added a commit that referenced this pull request May 14, 2014
sclang: fix accidental number literal
@telephon telephon merged commit 6cdc770 into supercollider:master May 14, 2014
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

Successfully merging this pull request may close these issues.

2 participants