small fixes (#1256)

This commit is contained in:
water111
2022-03-26 21:23:20 -04:00
committed by GitHub
parent 8d9b0b493b
commit 4ea8c01e02
6 changed files with 10 additions and 10 deletions
@@ -3,11 +3,7 @@
void MercRenderer::mscal(int enter_address,
SharedRenderState* render_state,
ScopedProfilerNode& prof) {
if (render_state->render_debug) {
mscal_impl<true>(enter_address, render_state, prof);
} else {
mscal_impl<false>(enter_address, render_state, prof);
}
mscal_impl<false>(enter_address, render_state, prof);
}
static inline REALLY_INLINE float erleng(const Vf& in) {