X-Git-Url: https://git.ucc.asn.au/?p=atyndall%2Fcits2231.git;a=blobdiff_plain;f=helper.c;h=9cfb1fb2e6bdf20ba0c5954328c28fbe9f912260;hp=3bc100706f56b19dd470de63153391b7453caeae;hb=fe589a3051db988450daaf58dd76b2fb321abdba;hpb=51d8df428ef9188ec1b00656a3e691da8cd0bbe5 diff --git a/helper.c b/helper.c index 3bc1007..9cfb1fb 100644 --- a/helper.c +++ b/helper.c @@ -299,7 +299,7 @@ int addSceneObject(int id) { curObject = nObjects; sceneObjs[nObjects].mesh = -1; // Teapot is -1 mesh - sceneObjs[nObjects].texture = -1; + sceneObjs[nObjects].texture = -1; // No texture sceneObjs[nObjects].x = 0; sceneObjs[nObjects].y = 0; sceneObjs[nObjects].z = 0;