Skip to content
Snippets Groups Projects
Commit db7c60f9 authored by DarkGod's avatar DarkGod
Browse files

Fixed slight particles display position error

parent 1f171ec3
No related branches found
No related tags found
No related merge requests found
......@@ -315,7 +315,7 @@ static void particles_update(lua_State *L, particles_type *ps, bool last)
bool alive = FALSE;
float zoom = 1;
int vert_idx = 0, col_idx = 0;
int i, j;
float i, j;
float a;
float lx, ly, lsize;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment