Ensure intensity is clamped

This commit is contained in:
2024-09-01 23:02:05 +01:00
parent d750c49f71
commit b57ec11598
2 changed files with 28 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
#include "render.h"
#include "aliases.h"
#include "constants.h"
#include "img.h"
#include "shader.h"
#include "typed_list.h"
#include "utils.h"