beremiz

Fixed lag when moving mouse over Viewer

2013-06-05, Laurent Bessard
30e72bc7d21b
Fixed lag when moving mouse over Viewer
import os
from POULibrary import POULibrary
class NativeLibrary(POULibrary):
def GetLibraryPath(self):
return os.path.join(os.path.split(__file__)[0], "NativeLib.xml")