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

Process Vsync frame messages.

Version bump is required due to frame set name pointer hack.
This commit is contained in:
Bartosz Taudul
2022-07-30 19:51:29 +02:00
parent e86238642a
commit 8b4385498d
4 changed files with 45 additions and 1 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace Version
{
enum { Major = 0 };
enum { Minor = 8 };
enum { Patch = 3 };
enum { Patch = 4 };
}
}