Skip to content

Commit

Permalink
[F] loadMp4Movie crash
Browse files Browse the repository at this point in the history
  • Loading branch information
clansty committed Dec 29, 2024
1 parent 8474029 commit 6fd3c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AquaMai.Mods/GameSystem/Assets/MovieLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public static void LoadLocalBgaAwake(GameObject ____movieMaskObj, int ___monitor

if (mp4Exists)
{
if (_videoPlayers[___monitorIndex] is null)
if (_videoPlayers[___monitorIndex] == null)
{
# if DEBUG
MelonLogger.Msg("Init _videoPlayer");
Expand Down

0 comments on commit 6fd3c92

Please sign in to comment.