Process custom fade camera
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user