mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 09:39:43 +01:00
Remove trailing whitespace in textboxcommsrelay
This commit is contained in:
parent
811d2bdcf6
commit
5467dbe3d8
1 changed files with 1 additions and 1 deletions
|
@ -3190,7 +3190,7 @@ void Graphics::textboxbuttons(void)
|
|||
|
||||
void Graphics::textboxcommsrelay(void)
|
||||
{
|
||||
// Special treatment for the gamestate textboxes in Comms Relay
|
||||
// Special treatment for the gamestate textboxes in Comms Relay
|
||||
if (!INBOUNDS_VEC(m, textboxes))
|
||||
{
|
||||
vlog_error("textboxcommsrelay() out-of-bounds!");
|
||||
|
|
Loading…
Reference in a new issue