Forgotten warning.

This commit is contained in:
jief 2023-11-11 07:20:58 +01:00
parent c35c0c520c
commit 87d5576923
1 changed files with 2 additions and 2 deletions

View File

@ -118,8 +118,8 @@ public:
XCinema Cinema;
UINTN NumFrames;
UINTN FrameTime;
UINTN NumFrames = 0;
UINTN FrameTime = 0;
public: