Clean up and progress on buttons.
This commit is contained in:
@@ -28,7 +28,7 @@ namespace RecrownedAthenaeum.UI.Modular
|
||||
/// <summary>
|
||||
/// Bounds of this module (after factoring in the origin).
|
||||
/// </summary>
|
||||
public Rectangle ActualBounds
|
||||
public Rectangle TrueBounds
|
||||
{
|
||||
get
|
||||
{
|
||||
@@ -74,7 +74,7 @@ namespace RecrownedAthenaeum.UI.Modular
|
||||
if (Debugging)
|
||||
{
|
||||
rectangleRenderer.Begin();
|
||||
rectangleRenderer.Draw(ActualBounds.X, ActualBounds.Y, ActualBounds.Width, ActualBounds.Height, Color.Red);
|
||||
rectangleRenderer.Draw(TrueBounds.X, TrueBounds.Y, TrueBounds.Width, TrueBounds.Height, Color.Red);
|
||||
rectangleRenderer.End();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user