From 2817c83dc733fdded75f3121cb694eb5081b4a59 Mon Sep 17 00:00:00 2001 From: Starla Insigna Date: Fri, 13 Feb 2009 09:41:31 -0500 Subject: Engine: Fixed arrow delay bug The arrow used to take a while to appear (in MessageWindow) because the message window iterated over all the text, instead of just the visible text. --- src/com/fourisland/fourpuzzle/window/MessageWindow.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/com/fourisland') diff --git a/src/com/fourisland/fourpuzzle/window/MessageWindow.java b/src/com/fourisland/fourpuzzle/window/MessageWindow.java index 3272fcc..fd9918c 100644 --- a/src/com/fourisland/fourpuzzle/window/MessageWindow.java +++ b/src/com/fourisland/fourpuzzle/window/MessageWindow.java @@ -116,7 +116,7 @@ public class MessageWindow implements Renderable { { num = 0; - for (int i=0;i