This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
small camera fix
undefined
Benjamin ‘Touky’ Huet
Sam Hocevar
<sam@hocevar.net>
11 years ago
parent
73891294fe
commit
725919089e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/camera.cpp
+ 1
- 1
src/camera.cpp
View File
@@ -73,7 +73,7 @@ void Camera::SetView(vec3 eye, vec3 target, vec3 up)
void Camera::SetView(vec3 pos, vec3 rot)
{
SetView(pos, quat::fromeuler_zyx(rot
.zyx
));
SetView(pos, quat::fromeuler_zyx(rot));
}
void Camera::SetView(vec3 pos, quat rot)
Write
Preview
Loading…
Cancel
Save