You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Style: Set clang-format Standard to c++14
This commit is contained in:
@@ -79,7 +79,7 @@ void thread_process_array(uint32_t p_elements, C *p_instance, M p_method, U p_us
|
||||
Thread *threads = memnew_arr(Thread, thread_count);
|
||||
|
||||
for (int i = 0; i < thread_count; i++) {
|
||||
threads[i].start(process_array_thread<ThreadArrayProcessData<C, U> >, &data);
|
||||
threads[i].start(process_array_thread<ThreadArrayProcessData<C, U>>, &data);
|
||||
}
|
||||
|
||||
for (int i = 0; i < thread_count; i++) {
|
||||
|
||||
Reference in New Issue
Block a user