mirror of
https://github.com/overte-org/overte.git
synced 2025-04-11 05:22:11 +02:00
typo
This commit is contained in:
parent
b3abd97707
commit
ecd936705b
1 changed files with 2 additions and 2 deletions
|
@ -337,8 +337,8 @@ public:
|
|||
glm::vec2 _lightmapParams { 0.0, 1.0 };
|
||||
|
||||
// x: material mode (0 for UV, 1 for PROJECTED)
|
||||
// x: 1 for texture repeat, 0 for discard outside of 0 - 1
|
||||
glm::vec2 _materialParms { 0.0, 1.0 };
|
||||
// y: 1 for texture repeat, 0 for discard outside of 0 - 1
|
||||
glm::vec2 _materialParams { 0.0, 1.0 };
|
||||
|
||||
Schema() {}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue