Skip to content
Snippets Groups Projects
Commit 1c3a85fa authored by Perttu Ahola's avatar Perttu Ahola
Browse files

fixed an "unused variable" warning

parent 17f575b1
Branches
Tags
No related merge requests found
......@@ -270,7 +270,7 @@ void updateViewingRange(f32 frametime_in, Client *client)
new_range += wanted_range_change;
float new_range_unclamped = new_range;
//float new_range_unclamped = new_range;
if(new_range < range_min)
new_range = range_min;
if(new_range > range_max)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment