zprofiler icon indicating copy to clipboard operation
zprofiler copied to clipboard

Support for Godot 3.5?

Open alex-pahdo opened this issue 3 years ago • 0 comments

Godot's Thread was overhauled in January 2021. Static function Thread::create has been replaced with instance call thread.start, among other things.

Until updated to match the new implementation, errors like this block builds:

zprofiler/server/zprofiling_server.cpp:28:20: error: no member named 'create' in 'Thread'
        _thread = Thread::create(c_thread_func, this);

Depending on priorities, I might have time to write the update myself. Is this project active and accepting PRs?

alex-pahdo avatar Oct 17 '22 20:10 alex-pahdo