DXGL r123 - Code Review
For
DXGL
(
recent comments
|
status changes
|
tags
|
authors
|
states
|
release notes
|
statistics
)
Jump to navigation
Jump to search
Repository:
DXGL
Revision:
<
r122
|
r123
|
r124
>
Date:
23:53, 11 March 2012
Author:
admin
Status:
new
Tags:
Comment:
Fix compilation error
Modified paths:
/ddraw/glDirect3DDevice.cpp
(modified) (
history
)
Diff
[
purge
]
Index: ddraw/glDirect3DDevice.cpp
—
—
@@ -990,7 +990,7 @@
991
991
case D3DTSS_TEXTURETRANSFORMFLAGS:
992
992
if((dwValue & 0xFF) > 4) return DDERR_INVALIDPARAMS;
993
993
if((dwValue >> 8) > 1) return DDERR_INVALIDPARAMS;
994
- texstages[dwStage].textransform = dwValue;
994
+ texstages[dwStage].textransform = (D3DTEXTURETRANSFORMFLAGS)dwValue;
995
995
texstages[dwStage].dirty = true;
996
996
return D3D_OK;
997
997
default:
Navigation menu
Personal tools
Log in
Namespaces
Special page
English
expanded
collapsed
Views
More
expanded
collapsed
Search
Navigation
Home
Main page
Recent changes
Random page
MediaWiki help
Introduction
Progress
Downloads
Source code
Build from source
AppDB
Bug reports
Forums
Tools
Special pages
Printable version