Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 8891ca3

Browse files
committed
animate hook
1 parent 348a82b commit 8891ca3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/demo_writer/demo_writer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ extern "C" EXPORT const char* demo_start(int n_args, const char** args)
179179
INSTALL_HOOK(RemoveFromScreen);
180180
INSTALL_HOOK(SendMapsClient);
181181
INSTALL_HOOK(Output);
182+
make_animate_hook();
182183

183184
demo_file_handle.put(0xCB);
184185
demo_file_handle.put(0x0); // version number

0 commit comments

Comments
 (0)