Rename ViewportScrollController -> ViewportController.

This commit is contained in:
Paul Chote
2013-07-28 18:56:52 +12:00
parent 6722db20e3
commit 0cdc4d6f01
4 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ using OpenRA.Graphics;
namespace OpenRA.Widgets
{
public class ViewportScrollControllerWidget : Widget
public class ViewportControllerWidget : Widget
{
public int EdgeScrollThreshold = 15;
public int EdgeCornerScrollThreshold = 35;