From: James Turner Date: Mon, 4 Mar 2013 23:33:21 +0000 (+0000) Subject: Add a pick priority lower than the default. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=dcda8d1c7a32683bd6ffaccc398d16359c124094;p=simgear.git Add a pick priority lower than the default. --- diff --git a/simgear/scene/util/SGPickCallback.hxx b/simgear/scene/util/SGPickCallback.hxx index 5dac9524..6744337c 100644 --- a/simgear/scene/util/SGPickCallback.hxx +++ b/simgear/scene/util/SGPickCallback.hxx @@ -37,7 +37,8 @@ public: enum Priority { PriorityGUI = 0, PriorityPanel = 1, - PriorityOther = 2 + PriorityOther = 2, + PriorityScenery = 3 }; struct Info {