resolve wall distorsion and lag

This commit is contained in:
hugogogo
2022-05-03 18:10:41 +02:00
parent f882f57396
commit 9b28e20199
5 changed files with 28 additions and 28 deletions

View File

@@ -34,6 +34,7 @@ typedef struct s_wall
{
t_vec vec;
int height;
int limit;
int delta;
int posx;
int imgx;