Fixed early deselection

This commit is contained in:
theo@manjaro 2021-09-15 20:40:29 +02:00
parent acfd93f1a7
commit caf7908cdc
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ class Lemming(BaseObject):
self.speed = self.basespeed*4
self.cachedrel = []
self.selected = False
self.holdtimer.reset()
def move(self,x,y):
# Remember the digits, pygame rects only move with integers