Skip to content

Commit

Permalink
Remove unnecessary variable
Browse files Browse the repository at this point in the history
  • Loading branch information
DouglasDwyer committed Mar 23, 2022
1 parent 6de0855 commit e434553
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mcxcloud/frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1605,7 +1605,6 @@ <h3>Backend</h3>
' void cast_mip(vec3 start_loc, vec3 step, int nsteps, vec3 view_ray) {',

' float max_val = -1e6;',
' int max_i = 100;',
' vec3 loc = start_loc;',

// Enter the raycasting loop. In WebGL 1 the loop index cannot be compared with
Expand Down

0 comments on commit e434553

Please sign in to comment.