mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +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