mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 20:48:56 +02:00
apply coding standard
This commit is contained in:
parent
646e5455ac
commit
067ed2ffe0
1 changed files with 3 additions and 3 deletions
|
@ -22,9 +22,9 @@
|
||||||
class RayPickResult;
|
class RayPickResult;
|
||||||
|
|
||||||
struct LockEndObject {
|
struct LockEndObject {
|
||||||
QUuid id {QUuid()};
|
QUuid id { QUuid() };
|
||||||
bool isOverlay {false};
|
bool isOverlay { false };
|
||||||
glm::mat4 offsetMat {glm::mat4()};
|
glm::mat4 offsetMat { glm::mat4() };
|
||||||
};
|
};
|
||||||
|
|
||||||
class RenderState {
|
class RenderState {
|
||||||
|
|
Loading…
Reference in a new issue