Increase Fast Forward speed
Fix Linux compilation issue (hopefully)
This commit is contained in:
committed by
Yorik van Havre
parent
1a7c4b3a80
commit
5d2213381a
@@ -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):
|
||||
|
||||
@@ -34,6 +34,9 @@
|
||||
# define MeshExport __declspec(dllimport)
|
||||
#else // for Linux
|
||||
# define PathSimulatorAppExport
|
||||
# define PathExport
|
||||
# define PartExport
|
||||
# define MeshExport
|
||||
#endif
|
||||
|
||||
#ifdef _PreComp_
|
||||
|
||||
Reference in New Issue
Block a user