Skip to content

Commit 379a56f

Browse files
committed
ignore this
2 parents f3f3cf1 + 96044f5 commit 379a56f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Layers/xrRender/DetailManager_VS.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,11 +319,15 @@ void CDetailManager::hw_Render_dump (ref_constant x_array, u32 var_id, u32 lod_
319319
RCache.stat.r.s_details.add (dwCNT_verts);
320320
}
321321
// Clean up
322+
<<<<<<< HEAD
322323
vis.clear_not_free ();
324+
=======
325+
vis.clear_not_free ();
326+
>>>>>>> origin/master
323327
}
324328
vOffset += hw_BatchSize * Object.number_vertices;
325329
iOffset += hw_BatchSize * Object.number_indices;
326330
}
327331
}
328332

329-
#endif // USE_DX10
333+
#endif // USE_DX10

cop changelog.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)