Cleanup: naming
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user