Skip to content

Address Boundary Error in Extension, Flappers #4

Description

@nahiyan

Address Boundary Error is caused if no RapidJSON document is parsed in AppDelegate.cpp, MainScene.cpp, etc.

A basic document parsing such as this seems to fix it:

Document document;
document.Parse("{}");

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions