1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-22 17:49:43 +01:00

Remove trailing whitespace in textboxcommsrelay

This commit is contained in:
Misa 2023-09-09 19:59:36 -07:00
parent 811d2bdcf6
commit 5467dbe3d8

View file

@ -3190,7 +3190,7 @@ void Graphics::textboxbuttons(void)
void Graphics::textboxcommsrelay(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)) if (!INBOUNDS_VEC(m, textboxes))
{ {
vlog_error("textboxcommsrelay() out-of-bounds!"); vlog_error("textboxcommsrelay() out-of-bounds!");