mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-06 14:34:28 +02:00
Last warnings?
This commit is contained in:
parent
d19956f93c
commit
0372deebff
1 changed files with 8 additions and 0 deletions
|
@ -122,6 +122,10 @@ int main(int argc, char** argv) {
|
|||
glm::mat4(),
|
||||
glm::mat4(),
|
||||
glm::mat4(),
|
||||
glm::mat4(),
|
||||
glm::mat4(),
|
||||
glm::mat4(),
|
||||
glm::mat4(),
|
||||
glm::mat4()
|
||||
};
|
||||
|
||||
|
@ -144,6 +148,10 @@ int main(int argc, char** argv) {
|
|||
glm::mat4(),
|
||||
glm::mat4(),
|
||||
glm::mat4(),
|
||||
glm::mat4(),
|
||||
glm::mat4(),
|
||||
glm::mat4(),
|
||||
glm::mat4(),
|
||||
glm::mat4()
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue