Fix missed renamings from empty() to is_empty()
Those were missed in #44401 or added by later PRs.
This commit is contained in:
parent
c6e9d912e1
commit
09212fba1e
12 changed files with 18 additions and 18 deletions
|
|
@ -666,7 +666,7 @@ bool EditorVisualProfiler::is_profiling() {
|
|||
Vector<Vector<String>> EditorVisualProfiler::get_data_as_csv() const {
|
||||
Vector<Vector<String>> res;
|
||||
#if 0
|
||||
if (frame_metrics.empty()) {
|
||||
if (frame_metrics.is_empty()) {
|
||||
return res;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue