summaryrefslogtreecommitdiffstats
path: root/Project/RateLimiter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Project/RateLimiter.cpp')
-rw-r--r--Project/RateLimiter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project/RateLimiter.cpp b/Project/RateLimiter.cpp
index afba0ee..b9235a7 100644
--- a/Project/RateLimiter.cpp
+++ b/Project/RateLimiter.cpp
@@ -110,7 +110,7 @@ void RateLimiter::UpdatePoints()
}
}
-bool RateLimiter::Solve(double input, double timeStep)
+bool RateLimiter::Solve(double input, double timeStep, double currentTime)
{
double rate = (input - m_output) / timeStep;