]> git.jsancho.org Git - guile-irrlicht.git/blobdiff - irrlicht/core.scm
wrap Irrlicht objects in C++
[guile-irrlicht.git] / irrlicht / core.scm
index 2b714727bd5ca4b342a7df72d35628f836ea465f..ab2d070335addcbb8f00f905714f15e3db05c399 100644 (file)
@@ -34,7 +34,7 @@
 
 (define (make-box3d)
   (let ((aabbox3d_make (get-irrlicht-proc "aabbox3d_make")))
-    (make <box3d> #:irr-pointer (aabbox3d_make))))
+    (aabbox3d_make)))
 
 (define-method (reset-box3d! (box3d <box3d>) init-value)
   (let ((reset (get-irrlicht-proc "aabbox3d_reset")))