cleanup console stuff
This commit is contained in:
@@ -48,9 +48,8 @@ public class ConsoleContentTextBox : Control
|
||||
{
|
||||
}
|
||||
|
||||
public ConsoleContentTextBox(FontReference font, ConsoleInputTextBox inputBox, float x, float y, float width,
|
||||
float height) : base(
|
||||
x, y, width, height)
|
||||
public ConsoleContentTextBox(FontReference font, ConsoleInputTextBox inputBox, float x, float y, float width, float height)
|
||||
: base(x, y, width, height)
|
||||
{
|
||||
this.inputBox = inputBox;
|
||||
Height = height;
|
||||
|
||||
Reference in New Issue
Block a user