Skip to content

Commit

Permalink
Missing optional parameter after cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenbakker-atmind committed Jan 22, 2025
1 parent 4e2063c commit 7d69232
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ TextureCompressionBasisu::TextureCompressionBasisu()
rotation = {0.0f, 0.0f, 0.0f};
title = "Basis Universal texture loading";

add_device_extension(VK_IMG_FORMAT_PVRTC_EXTENSION_NAME, /* optional */);
add_device_extension(VK_IMG_FORMAT_PVRTC_EXTENSION_NAME, true /* optional */);
}

TextureCompressionBasisu::~TextureCompressionBasisu()
Expand Down

0 comments on commit 7d69232

Please sign in to comment.