mirror of
https://github.com/AntonioND/nitro-engine.git
synced 2025-06-18 16:45:33 -04:00
examples: Fix typo
This commit is contained in:
parent
e952990ae4
commit
edf4457d49
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user