deleted floor
This commit is contained in:
parent
b0a88f49d0
commit
c76b8476a6
@ -238,7 +238,7 @@ void generateFishArray() {
|
||||
void keyboard(unsigned char key, int x, int y)
|
||||
{
|
||||
float angleSpeed = 10.f;
|
||||
float moveSpeed = 10.0f;
|
||||
float moveSpeed = 1.0f;
|
||||
glm::vec3 nextPosition;
|
||||
switch (key)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user