From e15057ae0db3960991a3e8b3f9c9c2230b735e27 Mon Sep 17 00:00:00 2001 From: Juju Adams Date: Tue, 2 Nov 2021 21:03:03 +0000 Subject: [PATCH] Update Functions-(Essentials).md --- docs/latest/Functions-(Essentials).md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/latest/Functions-(Essentials).md b/docs/latest/Functions-(Essentials).md index 5d22f05..7c92eb1 100644 --- a/docs/latest/Functions-(Essentials).md +++ b/docs/latest/Functions-(Essentials).md @@ -19,7 +19,7 @@ |--------|--------|-----------| |None | | | -!> `FAudioGMS_Init()` must be called once every frame, usually in the Step event of a persistent instance. Ensure that this instance doesn't get deactivated if you're using instance deactivation for e.g. a pause screen. +!> `FAudioGMS_Update()` must be called once every frame, usually in the Step event of a persistent instance. Ensure that this instance doesn't get deactivated if you're using instance deactivation for e.g. a pause screen.