Skip to content

프로히로

무엇이든 만드는 멀티플레이어!

  • Home
  • HiroMacro
  • Document
  • PAYA Ranking

Category: COCOS2D-X

cocos2d-x “Argument value 10880 is outside the valid range [0, 255]” error”

btVector3.h

#define BT_SHUFFLE(x,y,z,w) ((w)<<6 | (z)<<4 | (y)<<2 | (x))
에서
#define BT_SHUFFLE(x, y, z, w) (((w) << 6 | (z) << 4 | (y) << 2 | (x)) & 0xff)
로 수정 해 준다.

Author prohiroPosted on 2020년 April 26일2020년 May 23일Categories COCOS2D-X, 전체

Recent Posts

  • 엘리어트의 파동이론
  • cocos2d-x “Argument value 10880 is outside the valid range [0, 255]” error”
  • 추억의 짱껜뽀 리뉴얼
  • 파야파야 출시!
  • 히로매크로 출시!

Recent Comments

    Archives

    • July 2020
    • April 2020
    • July 2014
    • February 2014

    Categories

    • COCOS2D-X
    • 내가만든게임
    • 전체
    • 주식

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
    • Home
    • HiroMacro
    • Document
    • PAYA Ranking
    프로히로 Proudly powered by WordPress