pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] [pingus] push by address@hidden - Doubled the scroll limit


From: pingus
Subject: [Pingus-CVS] [pingus] push by address@hidden - Doubled the scroll limit in the editor on 2011-09-27 22:03 GMT
Date: Tue, 27 Sep 2011 22:17:40 +0000

Revision: bc709cafd4d6
Author:   Ingo Ruhnke <address@hidden>
Date:     Tue Sep 27 15:03:45 2011
Log:      Doubled the scroll limit in the editor

http://code.google.com/p/pingus/source/detail?r=bc709cafd4d6

Modified:
 /src/editor/viewport.cpp

=======================================
--- /src/editor/viewport.cpp    Tue Sep 13 03:11:03 2011
+++ /src/editor/viewport.cpp    Tue Sep 27 15:03:45 2011
@@ -570,7 +570,7 @@
 void
 Viewport::refresh()
 {
- state.set_limit(Rect(Vector2i(0,0), editor->get_level()->get_size()).grow(256)); + state.set_limit(Rect(Vector2i(0,0), editor->get_level()->get_size()).grow(512));
 }

 void



reply via email to

[Prev in Thread] Current Thread [Next in Thread]