fix: stuff not actually rendering (pretty important)

This commit is contained in:
2025-01-08 00:42:36 +01:00
parent d5a426e0c5
commit ff7638a245
6 changed files with 11 additions and 17 deletions

View File

@@ -13,7 +13,7 @@ const int IMAGE_WIDTH = 800;
const int IMAGE_HEIGHT = 600;
const double epsilon = 1e-10f;
const double infty = 1e15f; // This vlalue is used to represent missing values in data
const double infty = 1e15f; // This value is used to represent missing values in data
// --------------------------- Raycasting Constants ---------------------------