summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2015-05-26 01:05:08 -0300
committerJuan Linietsky <reduzio@gmail.com>2015-05-26 01:06:05 -0300
commit9df77d276593ef7082e3971d1c180b8f74b0cb2e (patch)
tree449dc05c32222d54507dba5cfc0973097d9ffdf4 /tools
parent3826b66a6ed785845757fbe54f6a3d028ef79720 (diff)
ability to run 2D physics in a thread
also, 2D physics is now thread safe too. see physics_2d/thread_model
Diffstat (limited to 'tools')
-rw-r--r--tools/pck/pck_packer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/pck/pck_packer.h b/tools/pck/pck_packer.h
index 76752a6170..2bb51128e9 100644
--- a/tools/pck/pck_packer.h
+++ b/tools/pck/pck_packer.h
@@ -1,10 +1,10 @@
-#include "core/object.h"
+#include "core/reference.h"
class FileAccess;
-class PCKPacker : public Object {
+class PCKPacker : public Reference {
- OBJ_TYPE(PCKPacker, Object);
+ OBJ_TYPE(PCKPacker, Reference);
FileAccess* file;
int alignment;