polipocket
This commit is contained in:
parent
f4347d35df
commit
c801877a0c
@ -116,8 +116,9 @@ void RemotePlayer::Render(TextureAtlas& atlas, Shader& shader, Transformation tr
|
|||||||
|
|
||||||
float angle = angleRemote.Dot(angleCam);
|
float angle = angleRemote.Dot(angleCam);
|
||||||
int index = 0;
|
int index = 0;
|
||||||
//angle = -angle;
|
angle = -angle;
|
||||||
Vector3f side = angleRemote.Cross(angleCam);
|
Vector3f side = angleRemote.Cross(angleCam);
|
||||||
|
side = -side;
|
||||||
|
|
||||||
static float time = 0.f;
|
static float time = 0.f;
|
||||||
static bool Shooting = false;
|
static bool Shooting = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user