X-Git-Url: https://git.sesse.net/?p=nageru;a=blobdiff_plain;f=mixer.cpp;h=0b4a8fe5a823b6ca9651127dca35a8ea9a1d3c41;hp=b3e95a7be5ec97782e398df22743d5d78fad1f6f;hb=e284d1c7a2e18ee7e4aea082c4a57a3504a0f5e8;hpb=c3cbe8c3093e818311a133d0cb8141e5125b9b27 diff --git a/mixer.cpp b/mixer.cpp index b3e95a7..0b4a8fe 100644 --- a/mixer.cpp +++ b/mixer.cpp @@ -157,6 +157,8 @@ void ensure_texture_resolution(PBOFrameAllocator::Userdata *userdata, unsigned f } check_error(); break; + default: + assert(false); } userdata->last_width[field] = width; userdata->last_height[field] = height;