aboutsummaryrefslogtreecommitdiff
path: root/games/gtkradiant
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2006-12-17 20:40:16 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2006-12-17 20:40:16 +0000
commit653ff4f6f51be57977d0f12c257fd9b1dd972a8b (patch)
treea2f9e9419957e52c967907b2ce0c8218e524c44d /games/gtkradiant
parentc22052f6b79ad0308559701c6d789ddc9c828a49 (diff)
downloadports-653ff4f6f51be57977d0f12c257fd9b1dd972a8b.tar.gz
ports-653ff4f6f51be57977d0f12c257fd9b1dd972a8b.zip
Notes
Diffstat (limited to 'games/gtkradiant')
-rw-r--r--games/gtkradiant/files/patch-radiant__brushmanip.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/gtkradiant/files/patch-radiant__brushmanip.cpp b/games/gtkradiant/files/patch-radiant__brushmanip.cpp
new file mode 100644
index 000000000000..7105f05e159f
--- /dev/null
+++ b/games/gtkradiant/files/patch-radiant__brushmanip.cpp
@@ -0,0 +1,11 @@
+--- radiant/brushmanip.cpp.orig Sat Feb 11 20:57:16 2006
++++ radiant/brushmanip.cpp Sun Dec 17 17:03:49 2006
+@@ -416,7 +416,7 @@
+ }
+ void visit(FaceInstance& face) const
+ {
+- if(face.isSelected(SelectionSystem::eFace))
++ if(face.isSelected())
+ {
+ m_visitor.visit(face.getFace());
+ }