Add simple render
This commit is contained in:
parent
71d15df2dd
commit
72fc074af1
1 changed files with 2 additions and 1 deletions
|
@ -810,7 +810,8 @@ void draw()
|
||||||
c.computeTextureCoords = 1;
|
c.computeTextureCoords = 1;
|
||||||
|
|
||||||
player.mCamera.height += player.mHeadBob;
|
player.mCamera.height += player.mHeadBob;
|
||||||
render(player.mCamera,floorHeightAt,0,textureAt,pixelFunc,c);
|
renderSimple(player.mCamera,floorHeightAt,textureAt,pixelFunc,c);
|
||||||
|
// render(player.mCamera,floorHeightAt,0,textureAt,pixelFunc,c);
|
||||||
player.mCamera.height -= player.mHeadBob;
|
player.mCamera.height -= player.mHeadBob;
|
||||||
|
|
||||||
if (shotFired)
|
if (shotFired)
|
||||||
|
|
Loading…
Reference in a new issue