Remove dbg! leftovers in image::atlas
This commit is contained in:
parent
f02f0c01ea
commit
0ef5ab6c84
1 changed files with 0 additions and 3 deletions
|
|
@ -74,9 +74,6 @@ impl Atlas {
|
||||||
let current_size = self.layers.len();
|
let current_size = self.layers.len();
|
||||||
let entry = self.allocate(width, height)?;
|
let entry = self.allocate(width, height)?;
|
||||||
|
|
||||||
dbg!(&entry);
|
|
||||||
dbg!(&self.layers);
|
|
||||||
|
|
||||||
// We grow the internal texture after allocating if necessary
|
// We grow the internal texture after allocating if necessary
|
||||||
let new_layers = self.layers.len() - current_size;
|
let new_layers = self.layers.len() - current_size;
|
||||||
self.grow(new_layers, device, encoder);
|
self.grow(new_layers, device, encoder);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue