update tracy to v0.9 and adopt

This commit is contained in:
2022-10-27 16:36:40 +02:00
parent cc40740cf1
commit 5004e30e18
6 changed files with 17 additions and 17 deletions

View File

@ -92,7 +92,7 @@ glm::vec3 Camera3D::getViewDir(void) const {
}
std::array<glm::vec4, 6> Camera3D::getFrustumPlanes(void) const {
ZoneScopedN("Camera3D::getFrustumPlanes")
ZoneScopedN("Camera3D::getFrustumPlanes");
std::array<glm::vec4, 6> planes;