mirror of
https://github.com/open-goal/jak-project
synced 2026-08-05 17:44:39 -04:00
small fixes (#1256)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user