AntonioND / nitro-engine

3D engine for the Nintendo DS
150 stars 10 forks source link

Typo in NE_MaterialSet(Default)Propierties methods #24

Closed WiIIiam278 closed 7 months ago

WiIIiam278 commented 7 months ago

Should be "properties" instead of "propierties" :). Typo is also present in doc comments.

https://github.com/AntonioND/nitro-engine/blob/master/include/NETexture.h#L322

AntonioND commented 7 months ago

Thanks for the report! I've fixed the typo (even on function names). https://github.com/AntonioND/nitro-engine/commit/83dd805fe8933222f0f26c1a6f2c91d956917a04

I've added two defines with the old incorrect names to preserve compatibility with code that uses them.