mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 18:23:22 +02:00
Fix another typo in previous commit
This commit is contained in:
parent
961eca4327
commit
13c2c69d06
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ std::ostream& operator<<(std::ostream& s, const CapsuleShape& capsule);
|
|||
|
||||
#ifndef QT_NO_DEBUG_STREAM
|
||||
class QDebug;
|
||||
// Add support for writing these to qDebug()>
|
||||
// Add support for writing these to qDebug().
|
||||
QDebug& operator<<(QDebug& s, const glm::vec3& v);
|
||||
QDebug& operator<<(QDebug& s, const glm::quat& q);
|
||||
QDebug& operator<<(QDebug& s, const glm::mat4& m);
|
||||
|
|
Loading…
Reference in a new issue