another buildfix

This commit is contained in:
Henrik Rydgård 2013-04-30 18:45:49 +02:00
parent 6f75d24955
commit 69e168a293

View file

@ -14,6 +14,7 @@
// ****************************************************************************
#include "xbrz.h"
#include <cmath>
#include <cassert>
#include <algorithm>
@ -609,10 +610,6 @@ void scalePixel(const Kernel_3x3& ker,
#define h get_h<rotDeg>(ker)
#define i get_i<rotDeg>(ker)
#ifndef NDEBUG
if (breakIntoDebugger)
__debugbreak(); //__asm int 3;
#endif
const unsigned char blend = rotateBlendInfo<rotDeg>(blendInfo);