You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 24, 2020. It is now read-only.
This is the error it throws: Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at obj2opengl.pl line 154. I'm not familiar enough with Perl to know what it's happening, but changing if(defined(@center)) to if(@center) like it suggests seem to fix the problem.
The text was updated successfully, but these errors were encountered:
This is the error it throws:
Can't use 'defined(@array)' (Maybe you should just omit the defined()?) at obj2opengl.pl line 154.
I'm not familiar enough with Perl to know what it's happening, but changingif(defined(@center))
toif(@center)
like it suggests seem to fix the problem.The text was updated successfully, but these errors were encountered: