markcwm / openb3d.mod

OpenB3D BlitzMax wrapper, see openb3d.docs for examples
18 stars 7 forks source link

fix compilation on ng #9

Closed starfrost013 closed 5 years ago

starfrost013 commented 5 years ago

this fixes compilation on ng - new() methods in ng can't have a type, since they're already in the type!

markcwm commented 5 years ago

This was from a failed test to see if I could use tex=New TTex instead of tex=NewTexture().