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

Address segfault in GLWidget::paintGL() due to invalid assignment of … #55

Merged
merged 1 commit into from
Nov 8, 2015
Merged

Address segfault in GLWidget::paintGL() due to invalid assignment of … #55

merged 1 commit into from
Nov 8, 2015

Conversation

CodePhase
Copy link
Collaborator

Address segfault in GLWidget::paintGL() due to invalid assignment of AwesomeCamera::updateCamera's local variable unit_mat. Changing method to use pass by value instead of pass by reference.

…l scoped variable. Changed to passing by value.
@kmkolasinski
Copy link
Owner

Thank you I will try it now!

@kmkolasinski kmkolasinski reopened this Nov 8, 2015
kmkolasinski added a commit that referenced this pull request Nov 8, 2015
Address segfault in GLWidget::paintGL() due to invalid assignment of …
@kmkolasinski kmkolasinski merged commit 7aa0381 into kmkolasinski:master Nov 8, 2015
@CodePhase CodePhase deleted the unit_mat-segfault branch November 9, 2015 01:50
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.

None yet

2 participants