Skip to content
Snippets Groups Projects
Commit bff58965 authored by pokergaming's avatar pokergaming
Browse files

fixed small regression with setting the canvas level for [canvasinfo]

parent 4a6ba684
No related branches found
No related tags found
No related merge requests found
......@@ -187,7 +187,7 @@ t_canvas *canvas_climb(t_canvas *c, int level)
ret = ret->gl_owner;
level--;
}
return c;
return ret;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment