Match iceeff, lighteff

This commit is contained in:
SuperDude88
2023-12-06 21:16:03 -05:00
parent 36ca3efcb2
commit 410b625350
4 changed files with 15 additions and 11 deletions
+1 -1
View File
@@ -297,7 +297,7 @@ static BOOL daArrow_Iceeff_IsDelete(void*) {
static actor_method_class daArrow_IceeffMethodTable = {
(process_method_func)daArrow_Iceeff_Create,
(process_method_func)daArrow_Iceeff_Delete,
(process_method_func)daArrow_Iceeff_Draw,
(process_method_func)daArrow_Iceeff_Execute,
(process_method_func)daArrow_Iceeff_IsDelete,
(process_method_func)daArrow_Iceeff_Draw,
};