ui gpu clipping
[fishladder.git] / vg / vg_console.h
index 48dee1a4a0fbd36d4f625fdab7c0f25dfc9da7f4..febe54af68d55186be0e7339eb09553f5c18ce88 100644 (file)
@@ -177,6 +177,9 @@ static void execute_console_input( const char *cmd )
                        {
                                temp[i] = '\0';
                                in_token = 0;
+                               
+                               if( arg_count == vg_list_size( args ) )
+                                       break;
                        }
                        else
                        {