Combo particle is now more visable and better

This commit is contained in:
tleety
2015-10-21 14:39:04 +02:00
parent 0f506bfe35
commit 726244b043
2 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -295,7 +295,7 @@ bool dd::Systems::PadSystem::OnKeyDown(const dd::Events::KeyDown &event) {
} else if (val == GLFW_KEY_Q) {
Events::Move e;
e.Entity = Entity();
e.GoalPosition = glm::vec3(0, 0, -10);
e.GoalPosition = glm::vec3(0, 0, -10);
e.Speed = 5;
e.Queue = false;
EventBroker->Publish(e);