Remove redundant "== false" code
Some of this code has been re-organized. f
This commit is contained in:
parent
37386f112b
commit
4f7b33cdcf
33 changed files with 81 additions and 73 deletions
|
|
@ -257,7 +257,7 @@ void EditorProfiler::_update_plot() {
|
|||
|
||||
//get
|
||||
const Metric &m = frame_metrics[idx];
|
||||
if (m.valid == false)
|
||||
if (!m.valid)
|
||||
continue; //skip because invalid
|
||||
|
||||
float value = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue