Broke everything for some reason

This commit is contained in:
2025-08-23 18:09:01 +02:00
parent 757b75aaf3
commit ef9cb9c812
11 changed files with 52 additions and 36 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ namespace Seele {
namespace Component {
struct Camera {
float nearPlane = 0.1f;
float farPlane = 1000.0f;
float farPlane = 10000.0f;
bool mainCamera = false;
};
} // namespace Component