diff --git a/HGamer3D-Graphics3D.cabal b/HGamer3D-Graphics3D.cabal
--- a/HGamer3D-Graphics3D.cabal
+++ b/HGamer3D-Graphics3D.cabal
@@ -1,5 +1,5 @@
 Name:                HGamer3D-Graphics3D
-Version:             0.3.1
+Version:             0.3.2
 Synopsis:            3D Graphics Functionality for HGamer3D
 Description:         
 	HGamer3D is a game engine for developing 3D games in the programming 
diff --git a/HGamer3D/Graphics3D/Object3D.hs b/HGamer3D/Graphics3D/Object3D.hs
--- a/HGamer3D/Graphics3D/Object3D.hs
+++ b/HGamer3D/Graphics3D/Object3D.hs
@@ -92,8 +92,8 @@
 
 import Control.Monad
 import Control.Monad.Trans
-import Control.Monad.IO.Class
 import Control.Monad.State.Class
+
 
 				
 -- set the material of an Ogre entity, used during mesh creation
