~ | Small fixes

This commit is contained in:
RedShip
2025-02-06 18:10:19 +01:00
parent f4574ea286
commit 9669526296
7 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
hitInfo traceRay(Ray ray);
hitInfo traceRay(inout Ray ray);
vec3 GetEnvironmentLight(Ray ray)
{