Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
018fccebdb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/dxgsg/dxGraphicsStateGuardian.cxx

+ 1 - 1
panda/src/dxgsg/dxGraphicsStateGuardian.cxx

@@ -3030,7 +3030,7 @@ apply_texture(TextureContext *tc) {
 	Texture *tex = tc->_texture;
 	Texture::WrapMode wrapU,wrapV;
 	wrapU=tex->get_wrapu();
-	wrapV=tex->get_wrapu();
+	wrapV=tex->get_wrapv();
 
 	if (wrapU!=_CurTexWrapModeU)
 		_d3dDevice->SetTextureStageState(0,D3DTSS_ADDRESSU,get_texture_wrap_mode(wrapU));