fix(linux): restore UI GL state handoff for core renderer

This commit is contained in:
MatthewBeshay
2026-03-28 18:00:47 +11:00
committed by Tropical
parent fa24812582
commit 9680753f5e
7 changed files with 43 additions and 42 deletions

View File

@@ -130,4 +130,4 @@ bool FrustumData::cubeInFrustum(double x1, double y1, double z1, double x2,
bool FrustumData::isVisible(AABB* aabb) {
return cubeInFrustum(aabb->x0, aabb->y0, aabb->z0, aabb->x1, aabb->y1,
aabb->z1);
}
}