mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-06-19 11:16:37 +02:00
update tracy to v0.9 and adopt
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user