+ | Other key can now be pressed without accum reset

This commit is contained in:
TheRedShip
2025-01-11 00:36:52 +01:00
parent 722318b6d1
commit a46404d91d
2 changed files with 5 additions and 4 deletions

View File

@ -19,7 +19,7 @@ int main(int argc, char **argv)
if (argc <= 1 || !scene.parseScene(argv[1]))
return (1);
Window window(&scene, WIDTH, HEIGHT, "RT_GPU", 5);
Window window(&scene, WIDTH, HEIGHT, "RT_GPU", 0);
Shader shader("shaders/vertex.vert", "shaders/frag.frag", "shaders/compute.glsl");
GLint max_gpu_size;