0

broke out background-clearing code from base overlay primitive

This commit is contained in:
Aaron Griffith
2012-02-26 11:52:43 -05:00
parent 2b7af1886a
commit 5d50f35ac1
7 changed files with 56 additions and 23 deletions

View File

@@ -144,7 +144,7 @@ RenderPrimitiveInterface primitive_overlay_mineral = {
sizeof(RenderPrimitiveMineral),
overlay_mineral_start,
overlay_mineral_finish,
overlay_occluded,
NULL,
NULL,
overlay_draw,
};