ya2 · news · projects · code · about

enforced resolution
[pmachines.git] / game / scene.py
index a2e4e45e248a845068f5fb238d6e000f8ae4ff7a..9d4861daa00256d03326bccc03a4859487824d81 100644 (file)
@@ -1,7 +1,7 @@
 from os.path import exists
 from os import makedirs
 from glob import glob
-from logging import debug
+from logging import debug, info
 from importlib import import_module
 from inspect import isclass
 from panda3d.core import AmbientLight, DirectionalLight, Point3, Texture, \
@@ -109,7 +109,7 @@ class Scene(DirectObject):
 
     def enforce_res(self, val):
         self._enforce_res = val
-        debug('enforce res: ' + val)
+        info('enforce res: ' + val)
 
     def destroy(self):
         self.ignore('enforce_res')