Skip to content

Conversation

@bramp
Copy link

@bramp bramp commented Jan 17, 2021

  • Fixed rc_model_category to return current_category not current_model.
  • Fixed multiple cases where a float was being implicity converted to a double.

bramp added 2 commits January 17, 2021 15:28
… double.

The fixes are mostly in the form of changing `double x = 0.0f` to `double x = 0.0`, thus dropping the f. `0.0` is a double, but `0.0f` is a float.
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.

1 participant