Fixed Post Processing functions

This commit is contained in:
n00b87
2025-11-23 03:16:43 -06:00
parent f53f486c54
commit f11d41622b
18 changed files with 2095 additions and 2077 deletions

View File

@@ -405,7 +405,7 @@ struct rc_canvas_obj
irr::core::array<irr::s32> sprite_id;
rc_spriteCanvasProperties spriteCanvasProperties;
irr::core::array<rc_post_effect> post_effect;
rc_post_effect post_effect;
};
irr::core::array<rc_canvas_obj> rc_canvas;