From 94ce376a767221eac19d8c9cf6d86f387aca1088 Mon Sep 17 00:00:00 2001 From: aap Date: Mon, 29 Jun 2020 12:12:43 +0200 Subject: cleanup --- src/render/MBlur.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/render/MBlur.h') diff --git a/src/render/MBlur.h b/src/render/MBlur.h index 13dbea1f..c2572256 100644 --- a/src/render/MBlur.h +++ b/src/render/MBlur.h @@ -23,8 +23,8 @@ public: static RwBool MotionBlurOpen(RwCamera *cam); static RwBool MotionBlurClose(void); static void CreateImmediateModeData(RwCamera *cam, RwRect *rect); - static void MotionBlurRender(RwCamera *cam, uint32 red, uint32 green, uint32 blue, uint32 blur, int32 type, uint32 alpha); - static void OverlayRender(RwCamera *cam, RwRaster *raster, RwRGBA color, int32 type, int32 alpha); + static void MotionBlurRender(RwCamera *cam, uint32 red, uint32 green, uint32 blue, uint32 blur, int32 type, uint32 bluralpha); + static void OverlayRender(RwCamera *cam, RwRaster *raster, RwRGBA color, int32 type, int32 bluralpha); static void SetDrunkBlur(float drunkness); static void ClearDrunkBlur(); -- cgit v1.2.3