1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

View::InitTextEditor() doesn't need font parameter.

This commit is contained in:
Bartosz Taudul
2023-04-16 17:21:03 +02:00
parent 1c13c1ee8f
commit 31b3fcd1fe
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ private:
};
void InitMemory();
void InitTextEditor( ImFont* font );
void InitTextEditor();
bool DrawImpl();
void DrawNotificationArea();