From 4be5346a1a82e21a1fd89f51fe7aea39a18a197e Mon Sep 17 00:00:00 2001 From: rdb Date: Wed, 17 Sep 2014 21:01:49 +0000 Subject: [PATCH] Creating a TypeHandle from Python should properly initialize it to TypeHandle::none() --- panda/src/express/config_express.N | 2 ++ 1 file changed, 2 insertions(+) diff --git a/panda/src/express/config_express.N b/panda/src/express/config_express.N index e4440cdffd..823d65541e 100644 --- a/panda/src/express/config_express.N +++ b/panda/src/express/config_express.N @@ -1,3 +1,5 @@ +defconstruct TypeHandle new TypeHandle(TypeHandle::none()) + forcetype PandaSystem forcetype DSearchPath forcetype DSearchPath::Results