Cleanup: naming

This commit is contained in:
2017-05-08 11:15:28 +10:00
parent 9181f13af7
commit d2bd9195d4
5 changed files with 5 additions and 5 deletions

View File

@@ -178,7 +178,7 @@ static void BASIC_cache_populate(void *vedata, Object *ob)
{
BASIC_StorageList *stl = ((BASIC_Data *)vedata)->stl;
if (!DRW_is_object_renderable(ob))
if (!DRW_object_is_renderable(ob))
return;
struct Batch *geom = DRW_cache_object_surface_get(ob);