Remove the SMP renderer feature
This commit is contained in:
parent
3f489fe5f2
commit
51df89ab13
35 changed files with 160 additions and 839 deletions
|
@ -147,7 +147,7 @@ static void R_LoadLightmaps( lump_t *l ) {
|
|||
buf = fileBase + l->fileofs;
|
||||
|
||||
// we are about to upload textures
|
||||
R_SyncRenderThread();
|
||||
R_IssuePendingRenderCommands();
|
||||
|
||||
// create all the lightmaps
|
||||
tr.numLightmaps = len / (LIGHTMAP_SIZE * LIGHTMAP_SIZE * 3);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue