Process custom fade camera

This commit is contained in:
Vortrex
2023-02-15 03:16:56 -06:00
parent 736857e120
commit 711c429363

View File

@@ -102,6 +102,7 @@ function onResourceReady(event, resource) {
function onProcess(event, deltaTime) { function onProcess(event, deltaTime) {
logToConsole(LOG_VERBOSE, `[V.RP.Event] onProcess`); logToConsole(LOG_VERBOSE, `[V.RP.Event] onProcess`);
if (localPlayer == null) { if (localPlayer == null) {
return false; return false;
} }
@@ -156,6 +157,7 @@ function onDrawnHUD(event) {
processNameTagRendering(); processNameTagRendering();
processInteriorLightsRendering(); processInteriorLightsRendering();
processCustomHUDRendering(); processCustomHUDRendering();
processCameraFadeRendering();
} }
// =========================================================================== // ===========================================================================