Update int type in Python API

This commit is contained in:
Igor S. Gerasimov
2025-01-02 21:44:06 +01:00
parent 7093eb0b08
commit 3e88544d1f
3 changed files with 5 additions and 5 deletions

View File

@@ -820,7 +820,7 @@ PYBIND11_MODULE(TracyClientBindings, m) {
m.def(
"_plot_config",
[](const std::string &name, int type, bool step, bool fill,
[](const std::string &name, int32_t type, bool step, bool fill,
uint32_t color = 0) {
if (!tracy::IsEnabled()) return static_cast<OptionalNumber>(0ul);
auto entry = NameBuffer::Add(name);