mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-01 15:59:45 -04:00
Add Bloom debug window
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#if TARGET_PC
|
||||
#include "dusk/imgui/ImGuiBloomWindow.hpp"
|
||||
#include "dusk/settings.h"
|
||||
#endif
|
||||
|
||||
@@ -2578,6 +2579,10 @@ void dScnKy_env_light_c::setLight() {
|
||||
mDoGph_gInf_c::getBloom()->setMode(mode);
|
||||
}
|
||||
|
||||
#if TARGET_PC
|
||||
dusk::ApplyBloomOverride();
|
||||
#endif
|
||||
|
||||
f32 var_f30;
|
||||
if (dKy_Outdoor_check() == true) {
|
||||
static f32 now_shadow_alpha[] = {0.25f, 0.35f, 0.6f, 0.6f, 0.25f, 0.35f};
|
||||
|
||||
Reference in New Issue
Block a user