summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--timedLatch.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/timedLatch.cpp b/timedLatch.cpp
index 0629ac8..66714a5 100644
--- a/timedLatch.cpp
+++ b/timedLatch.cpp
@@ -6,6 +6,7 @@ TimedLatch::TimedLatch(sf::Time duration)
{
this->duration = duration;
this->clock = sf::Clock();
+ this->isStarted = false;
};
void