kopia lustrzana https://github.com/inkstitch/inkstitch
shouldn't subtract rendering time from CallLater time
rodzic
c44e008029
commit
0bc2992686
|
@ -208,7 +208,7 @@ class DrawingPanel(wx.Panel):
|
||||||
|
|
||||||
self.Refresh()
|
self.Refresh()
|
||||||
|
|
||||||
wx.CallLater(int(1000 * max(0.001, frame_time - self.last_frame_duration)), self.animate)
|
wx.CallLater(int(1000 * frame_time), self.animate)
|
||||||
|
|
||||||
def OnPaint(self, e):
|
def OnPaint(self, e):
|
||||||
dc = wx.PaintDC(self)
|
dc = wx.PaintDC(self)
|
||||||
|
|
Ładowanie…
Reference in New Issue