From ff94a0f76a880f67efedfb23e5ed5ee951ea2487 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sun, 10 Oct 2010 17:07:48 +0900 Subject: [PATCH] Can now select textures. --- tools/Forge/Bundles/MapEdit/TextureView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Forge/Bundles/MapEdit/TextureView.m b/tools/Forge/Bundles/MapEdit/TextureView.m index 4a4a1e00c..6e20b9c9e 100644 --- a/tools/Forge/Bundles/MapEdit/TextureView.m +++ b/tools/Forge/Bundles/MapEdit/TextureView.m @@ -123,7 +123,7 @@ NOTE: I am specifically not using cached image reps, because the data is also ne // oldwindowmask = [window addToEventMask:NSLeftMouseDraggedMask]; loc = [theEvent locationInWindow]; - [self convertPoint: loc fromView: NULL]; + loc = [self convertPoint: loc fromView: NULL]; list = [parent_i getList]; max = [list count];