this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Lua API: Explicitly zero local array (#2740)

per TASEmulators/BizHawk@87a740d09

authored by

YoshiRulz and committed by
GitHub
da8e5b99 d348ab1d

+1 -1
+1 -1
src/api/luaapi.c
··· 576 576 } 577 577 } 578 578 579 - float z[3]; 579 + float z[3] = {0, 0, 0}; 580 580 bool depth = false; 581 581 582 582 if(top == 17)