examples: Fix comment

This commit is contained in:
Antonio Niño Díaz 2024-03-06 21:11:02 +00:00
parent c22fa167e7
commit 3273bd7333

View File

@ -55,7 +55,7 @@ int main(void)
// Load mesh from RAM and assign it to a model
NE_ModelLoadStaticMesh(Model, teapot_bin);
// Load teapot from RAM and assign it to a material
// Load teapot texture from RAM and assign it to a material
NE_MaterialTexLoad(Material, NE_RGB5, 256, 256,
NE_TEXGEN_TEXCOORD | NE_TEXTURE_WRAP_S | NE_TEXTURE_WRAP_T,
teapotBitmap);