From bbbce070392cc3a79f99be1fe27bba28bb19c1d7 Mon Sep 17 00:00:00 2001 From: richgel999 Date: Tue, 25 Jun 2019 19:32:59 -0700 Subject: [PATCH] Removing unnecessary assert. --- basisu_gpu_texture.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/basisu_gpu_texture.cpp b/basisu_gpu_texture.cpp index 19d7211..dab13fa 100644 --- a/basisu_gpu_texture.cpp +++ b/basisu_gpu_texture.cpp @@ -706,8 +706,6 @@ namespace basisu } // array_index - assert(bytes_written == img_size); - } // level_index return true;