Fix warning

This commit is contained in:
Federico Cecchetto 2022-07-18 19:30:02 +02:00
parent b476859f09
commit 05aec0a84e

View File

@ -240,7 +240,6 @@ namespace materials
auto width = image.get_width(); auto width = image.get_width();
auto height = image.get_height(); auto height = image.get_height();
auto size = image.get_size();
/* /*
int width; int width;