Skip to content

Commit

Permalink
Fix help symbol for shadow gfx class (#56).
Browse files Browse the repository at this point in the history
  • Loading branch information
agraef committed Sep 22, 2024
1 parent 24eaf1b commit d56335e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pdlua.c
Original file line number Diff line number Diff line change
Expand Up @@ -1232,6 +1232,7 @@ static int pdlua_class_new(lua_State *L)
// pdlua and pdluax built-ins don't have this.
c_gfx = class_new(gensym((char *) name_gfx), (t_newmethod) pdlua_new,
(t_method) pdlua_free, sizeof(t_pdlua), CLASS_NOINLET, A_GIMME, 0);
class_sethelpsymbol(c_gfx, gensym((char *) name));
}

// Let plugdata know this class is a lua object
Expand Down

0 comments on commit d56335e

Please sign in to comment.