[SOLVED] A table is nil and not nil at the same time??
Posted: Tue Jun 29, 2021 2:14 pm
As stated in the title, I have a problem where a table, if I try to print just the main table (Recursive tables), it prints fine. If I try to access anywhere in the table, it's suddenly nil. Even when I set that index to always be 1, it's still somehow nil.
Here's my .love file: The problematic function is parseMtl in objParser.lua at line 120.
Edit: I solved it, I have no idea what I did but it works now
Here's my .love file: The problematic function is parseMtl in objParser.lua at line 120.
Edit: I solved it, I have no idea what I did but it works now