remove test command
This commit is contained in:
parent
9377a5c865
commit
ab339f06b5
@ -182,10 +182,4 @@ public class RaylibCogwheelConsole : ICogwheelConsole
|
|||||||
_output = string.Join("\n", lines.Skip(lines.Length - _output_buffer_size));
|
_output = string.Join("\n", lines.Skip(lines.Length - _output_buffer_size));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[Command(Name = "warn")]
|
|
||||||
private void Test()
|
|
||||||
{
|
|
||||||
LogWarning("This is a test warning message");
|
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user