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
The core is riddled with commented out, or unused OpenGL calls from Torque2D. They should all be removed except in cases where they may help to explain how a bit of code worked that hasn't been reimplemented. Example: some of the dglDraw calls have simply been commented out, they should all be replaced with nanoVG calls.
The text was updated successfully, but these errors were encountered:
The core is riddled with commented out, or unused OpenGL calls from Torque2D. They should all be removed except in cases where they may help to explain how a bit of code worked that hasn't been reimplemented. Example: some of the dglDraw calls have simply been commented out, they should all be replaced with nanoVG calls.
The text was updated successfully, but these errors were encountered: