Fix bad RNA enum from the previous commit

This commit is contained in:
2014-10-04 20:20:14 +06:00
parent 1a410fd798
commit 4189a686b5

View File

@@ -688,6 +688,7 @@ static void rna_def_render_pass(BlenderRNA *brna)
static EnumPropertyItem render_pass_debug_type_items[] = {
{RENDER_PASS_DEBUG_BVH_TRAVERSAL_STEPS, "BVH_TRAVERSAL_STEPS", 0, "BVH Traversal Steps", ""},
{0, NULL, 0, NULL, NULL}
};
srna = RNA_def_struct(brna, "RenderPass", NULL);