Skip to content

GLM_FORCE_CTOR_INIT needed for preprocessor macros  #6530

@neilmendoza

Description

@neilmendoza

I just updated to the latest version of OF and commit a9e962c is giving me some strange issues. In the example for ofxTinynurbs, if I add...

glm::vec3 a, b;
glm::vec3 c = 0.5f * (a + b);

...at the start of ofApp::setup(), the data in ofxTinynurbs gets corrupted with OF commit a9e962c or later (where GLM_FORCE_CTOR_INIT is added).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions