mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Removed unused variables (first pass)
Fixes various gcc 5.4.0 warnings for -Wunused-variable and -Wunused-but-set-variable
This commit is contained in:
parent
1b9433594e
commit
b6ac91c0e6
13 changed files with 20 additions and 100 deletions
|
@ -912,7 +912,6 @@ void GridMap::_octant_bake(const OctantKey &p_key, const Ref<TriangleMesh>& p_tm
|
|||
int lc = p_lights.size();
|
||||
const BakeLight* bl = p_lights.ptr();
|
||||
float ofs = cell_size*0.02;
|
||||
float att = 0.2;
|
||||
|
||||
|
||||
for(;V;V=V->next()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue