From 86ce671c0dcc22011910d23df3b7921894663a77 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Perrier Date: Sun, 28 Feb 2021 00:40:41 +0100 Subject: [PATCH] Add doc. --- Source/Engine/Render2D/Render2D.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Engine/Render2D/Render2D.h b/Source/Engine/Render2D/Render2D.h index 720e5e857..1da1c90e4 100644 --- a/Source/Engine/Render2D/Render2D.h +++ b/Source/Engine/Render2D/Render2D.h @@ -157,6 +157,7 @@ public: /// Pushes tint color. /// /// The tint color. + /// Multiply by the last tint on the stack. API_FUNCTION() static void PushTint(API_PARAM(Ref) const Color& tint, bool inherit = true); ///