Fix: 'ED_view3d_has_depth_buffer_being_used' not declared

Caused by dd0e60fb51
This commit is contained in:
Germano Cavalcante
2024-03-07 11:27:03 -03:00
parent dd0e60fb51
commit 1697f17617

View File

@@ -211,7 +211,7 @@ bool ED_view3d_depth_unproject_v3(const ARegion *region,
double depth,
float r_location_world[3]);
bool view3d_has_depth_buffer_being_used(const Depsgraph *depsgraph, const View3D *v3d);
bool ED_view3d_has_depth_buffer_being_used(const Depsgraph *depsgraph, const View3D *v3d);
/**
* Utilities to perform navigation.