mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 20:13:09 +02:00
now conforming to coding standards
This commit is contained in:
parent
e097950277
commit
6a987fdaf5
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ glm::vec3 Quat::axis(const glm::quat& orientation) {
|
|||
return glm::axis(orientation);
|
||||
}
|
||||
|
||||
float Quat::angle(const glm::quat &orientation) {
|
||||
float Quat::angle(const glm::quat& orientation) {
|
||||
return glm::angle(orientation);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue