Remove unused variable

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6586 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
cutealien 2024-01-25 18:08:53 +00:00
parent b3e228ef43
commit c35e0412a3
1 changed files with 0 additions and 2 deletions

View File

@ -1465,8 +1465,6 @@ void CD3D9Driver::draw2DImage(const video::ITexture* texture,
tcoords.LowerRightCorner.X = (f32)sourceRect.LowerRightCorner.X / (f32)ss.Width;
tcoords.LowerRightCorner.Y = (f32)sourceRect.LowerRightCorner.Y / (f32)ss.Height;
const core::dimension2d<u32>& renderTargetSize = getCurrentRenderTargetSize();
const video::SColor temp[4] =
{
0xFFFFFFFF,