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

@@ -102,7 +102,7 @@ RenderPrimitiveInterface primitive_overlay_spawn = {
sizeof(RenderPrimitiveSpawn),
overlay_spawn_start,
overlay_spawn_finish,
overlay_occluded,
NULL,
NULL,
overlay_draw,
};