diff options
| author | robojumper <robojumper@gmail.com> | 2025-03-20 19:46:28 +0100 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2025-03-20 19:46:28 +0100 |
| commit | 2c2d5849b4f64e5938ab7108d263ffad5d24962f (patch) | |
| tree | aa9ab8d737dc6e09e5ccb227de9cc0b68733ff74 /src/egg/gfx/eggPostEffectBlur.cpp | |
| parent | bd2c72d8c2b32b5568f75a51e9457d1bbdb6c613 (diff) | |
More effect
Diffstat (limited to 'src/egg/gfx/eggPostEffectBlur.cpp')
| -rw-r--r-- | src/egg/gfx/eggPostEffectBlur.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/egg/gfx/eggPostEffectBlur.cpp b/src/egg/gfx/eggPostEffectBlur.cpp index 3fd180f9..13dfad93 100644 --- a/src/egg/gfx/eggPostEffectBlur.cpp +++ b/src/egg/gfx/eggPostEffectBlur.cpp @@ -1,6 +1,7 @@ #include "egg/gfx/eggPostEffectBlur.h" #include "common.h" +#include "egg/gfx/eggCapTexture.h" #include "egg/gfx/eggDrawGX.h" #include "egg/gfx/eggGXUtility.h" #include "math.h" @@ -49,7 +50,7 @@ void PostEffectBlur::draw(f32 width, f32 height) { void PostEffectBlur::drawInternal(u8 kernelIdx, u8 p2, f32 f1, f32 f2) { // NONMATCHING nw4r::math::MTX34 mtx; - Kernel &k = field_0x38[kernelIdx]; + Stage &k = field_0x38[kernelIdx]; // Some regswaps and instruction swaps only at the start of the function f32 unk_00 = k.field_0x00; |
