Remove software renderer internals from F3DFloor

This commit is contained in:
Magnus Norddahl 2017-02-04 19:13:56 +01:00
commit cfe4c55973
12 changed files with 86 additions and 57 deletions

View file

@ -129,6 +129,7 @@ namespace swrenderer
renderer.Render(this, xscale, yscale, alpha, additive, masked, colormap, tex);
}
}
NetUpdate();
if (thread->MainThread)
NetUpdate();
}
}