Increase Fast Forward speed

Fix Linux compilation issue (hopefully)
This commit is contained in:
Shai Seger
2017-10-26 21:01:30 +03:00
committed by Yorik van Havre
parent 1a7c4b3a80
commit 5d2213381a
2 changed files with 4 additions and 1 deletions

View File

@@ -442,7 +442,7 @@ class PathSimulation:
def SimFF(self):
self.GuiBusy(True)
self.timer.start(10)
self.timer.start(1)
self.disableAnim = True
def SimStep(self):

View File

@@ -34,6 +34,9 @@
# define MeshExport __declspec(dllimport)
#else // for Linux
# define PathSimulatorAppExport
# define PathExport
# define PartExport
# define MeshExport
#endif
#ifdef _PreComp_