General code cleanup
This commit is contained in:
parent
1b8343d67b
commit
9310c34f07
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ public:
|
|||
pushConstants[2] = glm::vec4(r * 0.85f * sin_t, y, -sin_t * 2.5f, 1.5f);
|
||||
pushConstants[3] = glm::vec4(0.0f, y, r * 1.25f * cos_t, 1.5f);
|
||||
pushConstants[4] = glm::vec4(r * 2.25f * cos_t, y, 0.0f, 1.25f);
|
||||
pushConstants[5] = glm::vec4(r * 2.5f * cos(glm::radians(timer * 360)), y, r * 2.5f * sin_t, 1.25f);
|
||||
pushConstants[5] = glm::vec4(r * 2.5f * cos_t, y, r * 2.5f * sin_t, 1.25f);
|
||||
#undef r
|
||||
#undef y
|
||||
#undef sin_t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue