diff org/skin.org @ 29:6372c108c5c6

cleaned up util.org
author Robert McIntyre <rlm@mit.edu>
date Mon, 24 Oct 2011 12:35:15 -0700
parents 67d508a1e34d
children 97703c7f020e
line wrap: on
line diff
     1.1 --- a/org/skin.org	Mon Oct 24 07:36:04 2011 -0700
     1.2 +++ b/org/skin.org	Mon Oct 24 12:35:15 2011 -0700
     1.3 @@ -148,14 +148,6 @@
     1.4                 ;;(dorun (map #(println-repl (.getName %)) touch-objects))
     1.5               (count touch-objects))))))))
     1.6  
     1.7 -(defn enable-debug [world]
     1.8 -  (.enableDebug 
     1.9 -   (.getPhysicsSpace
    1.10 -    (.getState
    1.11 -     (.getStateManager world)
    1.12 -     BulletAppState))
    1.13 -   (asset-manager)))
    1.14 -
    1.15  (defn no-logging []
    1.16    (.setLevel (Logger/getLogger "com.jme3") Level/OFF))
    1.17