Skip to content

[Windows] Crash when exit app #81

Description

@motoishmz

Windowsでappを終了すると、

btrigidbody.h

virtual ~btRigidBody()
{
  btAssert(mconstraintRefs.size()==0);
}

ここのAssertで引っかかってしまいます。。
つまりFullscreen状態でescキーを押してappを終了させると、ダイアログのokが押せないので何も出来なくなってしまいます。

@satoruhiga
いかがでしょう...

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions