Skip to content

Commit

Permalink
v2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Rado-1 committed Sep 7, 2016
1 parent 0386ad7 commit e5e0a24
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion android/jni/Android.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include $(CLEAR_VARS)

LOCAL_MODULE := ZgeBullet

MY_BULLET_PATH := bullet3-2.83.6/src
MY_BULLET_PATH := bullet3-2.83.7/src
LOCAL_C_INCLUDES := $(LOCAL_PATH)/$(MY_BULLET_PATH)
LOCAL_CPPFLAGS += -fexceptions -frtti
LOCAL_LDLIBS := -L$(SYSROOT)/usr/lib -ldl -lm -lstdc++
Expand Down
2 changes: 1 addition & 1 deletion doc/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "ZgeBullet Help"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "2.4 Beta"
PROJECT_NUMBER = "2.4"

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down
Binary file modified doc/ZgeBullet.chm
Binary file not shown.
2 changes: 1 addition & 1 deletion doc/zgebullet.dox
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
Doxygen documentation to ZgeBullet Library - zgebullet.txt
Copyright (c) 2012-2016 Radovan Cervenka
Version: 2.4 Beta (2016-01-??)
Version: 2.4 (2016-09-07)
*/


Expand Down
4 changes: 2 additions & 2 deletions doc/zgebullet.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
Download Windows DLL and Android shared library from
https://github.com/Rado-1/ZgeBullet/releases

Copyright (c) 2012-2015 Radovan Cervenka
Copyright (c) 2012-2016 Radovan Cervenka

Version: 2.4 (2015-12-??)
Version: 2.4 (2016-09-07)
*/


Expand Down
1 change: 1 addition & 0 deletions src/ZgeBullet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ ATTRIBUTE_ALIGNED16(struct) simulationWorld {
createGhostPairCallback(true),
vehicleRaycaster(NULL),
manifoldIndex(-1),
manifold(NULL),
manifoldPointIndex(-1)
{
broadphase = new btDbvtBroadphase();
Expand Down

0 comments on commit e5e0a24

Please sign in to comment.