From 4ed370b0981c1e7d6ec7ef527ac07c8acced68ce Mon Sep 17 00:00:00 2001 From: Kyle McLamb Date: Mon, 10 Jul 2017 00:34:57 -0400 Subject: [PATCH] Update comment --HG-- branch : minor --- src/scripts/boot.lua | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/scripts/boot.lua b/src/scripts/boot.lua index b5bcdc760..4104d7f81 100644 --- a/src/scripts/boot.lua +++ b/src/scripts/boot.lua @@ -156,10 +156,8 @@ function love.arg.parse_options() end end --- Returns the arguments that are passed to your game via love.load() it holds --- the exact same arguments as the default 'arg' table, except the indexes are --- shifted such that your game source (eg. "game.love" for a file, "game.exe" --- for a fused game) is out[0] +-- Returns the arguments that are passed to your game via love.load() +-- arguments that were parsed as options are skipped. function love.arg.game_arguments(a) local out = {}