Some code changed with Clang-Tidy
This commit is contained in:
parent
5c66771e3e
commit
4e5310cc60
175 changed files with 467 additions and 674 deletions
|
|
@ -227,8 +227,6 @@ void EditorProfiler::_update_plot() {
|
|||
Map<StringName, int> plot_prev;
|
||||
//Map<StringName,int> plot_max;
|
||||
|
||||
uint64_t time = OS::get_singleton()->get_ticks_usec();
|
||||
|
||||
for (int i = 0; i < w; i++) {
|
||||
|
||||
for (int j = 0; j < h * 4; j++) {
|
||||
|
|
@ -340,8 +338,6 @@ void EditorProfiler::_update_plot() {
|
|||
wr[widx + 3] = 255;
|
||||
}
|
||||
}
|
||||
|
||||
time = OS::get_singleton()->get_ticks_usec() - time;
|
||||
}
|
||||
|
||||
wr = PoolVector<uint8_t>::Write();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue