update swig on windows
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
from fvirtual import *
|
||||
|
||||
sw = NodeSwitch()
|
||||
n = Node()
|
||||
i = sw.addChild(n)
|
||||
|
||||
if i != 2:
|
||||
raise RuntimeError, "addChild"
|
||||
Reference in New Issue
Block a user