Fixed boats rotation

This commit is contained in:
iDunnoDev
2022-05-30 00:25:14 +01:00
committed by iDunnoDev
parent eeec232821
commit 51afdeecbd
5 changed files with 25 additions and 25 deletions

View File

@ -21,7 +21,7 @@ bool SkyNode::Initialise()
return false;
}
CreateSphere(_skyRadius, 180);
CreateSphere(_skyRadius, 360);
GenerateBuffers();
BuildShaders();
BuildVertexLayout();