From 61fecf0e5c2d01e55c4805d90fd659daba87f94d Mon Sep 17 00:00:00 2001 From: David Rose Date: Sat, 11 Jan 2003 16:52:44 +0000 Subject: [PATCH] wrong name --- panda/src/dxgsg8/wdxGraphicsPipe8.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/dxgsg8/wdxGraphicsPipe8.cxx b/panda/src/dxgsg8/wdxGraphicsPipe8.cxx index a151db10b3..5f56a71319 100644 --- a/panda/src/dxgsg8/wdxGraphicsPipe8.cxx +++ b/panda/src/dxgsg8/wdxGraphicsPipe8.cxx @@ -70,7 +70,7 @@ wdxGraphicsPipe8:: //////////////////////////////////////////////////////////////////// string wdxGraphicsPipe8:: get_interface_name() const { - return "DirectX7"; + return "DirectX8"; } ////////////////////////////////////////////////////////////////////