examples: Fix typo

This commit is contained in:
Antonio Niño Díaz 2024-03-06 22:02:30 +00:00
parent e952990ae4
commit edf4457d49

View File

@ -203,7 +203,7 @@ int main(int argc, char *argv[])
Scene.Teapot = NE_ModelCreate(NE_Static);
Scene.Material = NE_MaterialCreate();
// Load meshe from RAM and assign it to a model
// Load mesh from RAM and assign it to a model
NE_ModelLoadStaticMesh(Scene.Teapot, teapot_bin);
// Load teapot texture from RAM and assign it to a material