[xoops-cvslog 1638] CVS update: xoops2jp/html/class

Back to archive index

Minahito minah****@users*****
2006年 1月 11日 (水) 12:31:10 JST


Index: xoops2jp/html/class/XCube_RenderSystem.class.php
diff -u xoops2jp/html/class/XCube_RenderSystem.class.php:1.1.2.11 xoops2jp/html/class/XCube_RenderSystem.class.php:1.1.2.12
--- xoops2jp/html/class/XCube_RenderSystem.class.php:1.1.2.11	Tue Nov 29 16:12:37 2005
+++ xoops2jp/html/class/XCube_RenderSystem.class.php	Wed Jan 11 12:31:10 2006
@@ -1,6 +1,6 @@
 <?php
 /**
- * @version $Id: XCube_RenderSystem.class.php,v 1.1.2.11 2005/11/29 07:12:37 minahito Exp $
+ * @version $Id: XCube_RenderSystem.class.php,v 1.1.2.12 2006/01/11 03:31:10 minahito Exp $
  * @package Cube
  */
 
@@ -41,6 +41,8 @@
 	var $mParameters=array();
 
 	var $mType=XCUBE_RENDER_TARGET_TYPE_BUFFER;
+	
+	var $mCacheTime = null;
 		
 	/**
 	 * TEST : Effect Frame Work
@@ -241,9 +243,8 @@
 	 */
 	var $mRenderTarget=null;
 	
-	function XCube_RenderSystem(&$controller)
+	function XCube_RenderSystem()
 	{
-		$this->mController=&$controller;
 	}
 	
 	function prepare()


xoops-cvslog メーリングリストの案内
Back to archive index