Pārlūkot izejas kodu

use modified ver from french website, + my own mods

cxgeorge 24 gadi atpakaļ
vecāks
revīzija
d72136e596
1 mainītis faili ar 1 papildinājumiem un 5 dzēšanām
  1. 1 5
      panda/src/dxgsg8/d3dfont8.cxx

+ 1 - 5
panda/src/dxgsg8/d3dfont8.cxx

@@ -399,11 +399,7 @@ HRESULT CD3DFont::RestoreDeviceObjects() {
 // Desc: Destroys all device-dependent objects
 //-----------------------------------------------------------------------------
 HRESULT CD3DFont::InvalidateDeviceObjects() {
-    #ifdef _DEBUG
-    if(m_pVB) {
-        cout << "XXXX Releasing Font VertexBuffer\n";
-    }
-    #endif
+
 
     SAFE_RELEASE( m_pVB );