Skip to content
Snippets Groups Projects
Commit 0d443d4b authored by Eric Wait's avatar Eric Wait
Browse files

fixed timer for compiled version

parent 04a787d7
No related branches found
No related tags found
No related merge requests found
function CheckMessage()
function CheckMessage(src, evnt)
global uiControlFig Hulls selectedHull trackHulls familyHulls uiControlHandles
persistent shift ctrl alt selectedHullsList
......
......@@ -44,7 +44,7 @@ else
processedImage = orgImage;
end
tmr = timer('ExecutionMode','fixedSpacing','Period',0.1,'TimerFcn','CheckMessage');
tmr = timer('TimerFcn',@CheckMessage,'ExecutionMode','fixedSpacing','Period',0.1);
start(tmr);
lever_3d('init',arrowFaces, arrowVerts, arrowNorms,sphereFaces, sphereVerts, shereNorms);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment