Continued work on water, can now get 1 particle? maybe? Gotta get rendering to work so i can test it.

This commit is contained in:
tleety
2015-09-21 16:00:20 +02:00
parent b32934dba6
commit 1e70e151ee
8 changed files with 1123 additions and 30 deletions
+2 -1
View File
@@ -104,7 +104,8 @@ void dd::Systems::PadSystem::Update(double dt)
transform->Velocity -= transform->Velocity * pad->SlowdownModifier * (float)dt;
if (Left()) {
acceleration.x = -pad->AccelerationSpeed;
}
else if (Right()) {
acceleration.x = pad->AccelerationSpeed;