removed legacy comment

This commit is contained in:
StevenPhang22 2022-11-28 16:32:41 -05:00
parent ba491fd538
commit 025c412f0a
1 changed files with 0 additions and 3 deletions

View File

@ -5466,9 +5466,6 @@ static int emugator_yieldwithflag(lua_State* L)
luaYieldFlag = true;
return lua_yield(L, 0);
// It's actually rather disappointing...
}