@@ -206,7 +206,7 @@ IC void MixInterlerp( CKey &Result, const CKey *R, const CBlend* const BA[MAX_BL
206206 else w = w1/ws;
207207#ifdef DEBUG
208208 // . if (fis_zero(w0+w1) || (!_valid(w))){
209- // . Debug.fatal (DEBUG_INFO,"TO ALEXMX VERY IMPORTANT: (TOTAL: %f) w: %f, w0: %f, w1: %f, ws:%f, BIS: %d",w0+w1,w,w0,w1,ws,BLEND_INST.Blend.size());
209+ // . xrDebug::Fatal (DEBUG_INFO,"TO ALEXMX VERY IMPORTANT: (TOTAL: %f) w: %f, w0: %f, w1: %f, ws:%f, BIS: %d",w0+w1,w,w0,w1,ws,BLEND_INST.Blend.size());
210210 // . }
211211#endif
212212 KEY_Interp (Result,R[0 ],R[1 ], clampr (w,0 .f ,1 .f ));
@@ -245,7 +245,7 @@ IC void MixInterlerp( CKey &Result, const CKey *R, const CBlend* const BA[MAX_BL
245245
246246#ifdef DEBUG
247247 // . if ((total==0) || (!_valid(S[cnt].w/total))){
248- // . Debug.fatal (DEBUG_INFO,"TO ALEXMX VERY IMPORTANT: (TOTAL: %f) w: %f, total: %f, count: %d, real count: %d",total,S[cnt].w,total,count,BLEND_INST.Blend.size());
248+ // . xrDebug::Fatal (DEBUG_INFO,"TO ALEXMX VERY IMPORTANT: (TOTAL: %f) w: %f, total: %f, count: %d, real count: %d",total,S[cnt].w,total,count,BLEND_INST.Blend.size());
249249 // . }
250250#endif
251251
0 commit comments