瀏覽代碼

Fix compile error introduced by zhaohuang's commit

rdb 13 年之前
父節點
當前提交
b53de998c9
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      panda/src/dxgsg8/wdxGraphicsBuffer8.I

+ 2 - 2
panda/src/dxgsg8/wdxGraphicsBuffer8.I

@@ -1,4 +1,4 @@
-// Filename: wdxGraphicsBuffer9.I
+// Filename: wdxGraphicsBuffer8.I
 // Created by:  zhao (29Sep12)
 // Created by:  zhao (29Sep12)
 //
 //
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
@@ -20,7 +20,7 @@
 //               always copy-to-texture at the end of each frame to
 //               always copy-to-texture at the end of each frame to
 //               achieve this effect.
 //               achieve this effect.
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////
-INLINE bool wdxGraphicsBuffer9::
+INLINE bool wdxGraphicsBuffer8::
 get_supports_render_texture() const {
 get_supports_render_texture() const {
   // DX8 buffers can always bind-to-texture.
   // DX8 buffers can always bind-to-texture.
   return true;
   return true;