We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chuck_DL_Api::Type type = API->object->get_type(API, SHRED, "CglUpdate"); Chuck_DL_Api::Object obj = API->object->create(API, SHRED, type); RETURN->v_object = (Chuck_Object *)obj;
CglUpdate CK_DLL_CTOR is not called. See
chuck/src/core/chuck_instr.cpp
Line 3769 in 2d8ce62
call_pre_constructor
Encountered working on CGL.nextFrame(), but we have a workaround for now
The text was updated successfully, but these errors were encountered:
duplicate of #350
Sorry, something went wrong.
gewang
AndrewAday
No branches or pull requests
CglUpdate CK_DLL_CTOR is not called.
See
chuck/src/core/chuck_instr.cpp
Line 3769 in 2d8ce62
call_pre_constructor
needs to be called, as well as pre-constructors up the inheritance hierarchy.Encountered working on CGL.nextFrame(), but we have a workaround for now
The text was updated successfully, but these errors were encountered: