Skip to content
Snippets Groups Projects
Commit f3802a07 authored by deuce's avatar deuce
Browse files

Fix error in previous commit.

parent 2ce026fb
No related branches found
No related tags found
No related merge requests found
......@@ -149,7 +149,7 @@ function process_tic(tic)
}
if (handler !== undefined) {
if (handler.Handle_TIC(tic, this);
if (handler.Handle_TIC(tic, this));
return true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment