Commit 08c7b394 authored by Stefan Dösinger's avatar Stefan Dösinger Committed by Alexandre Julliard

wined3d: Fix a capital letter in a parameter name.

parent 7fd246eb
...@@ -1986,7 +1986,7 @@ static void transform_view(DWORD state, IWineD3DStateBlockImpl *stateblock) { ...@@ -1986,7 +1986,7 @@ static void transform_view(DWORD state, IWineD3DStateBlockImpl *stateblock) {
} }
} }
static void transform_worldex(DWORD state, IWineD3DStateBlockImpl *stateBlock) { static void transform_worldex(DWORD state, IWineD3DStateBlockImpl *stateblock) {
WARN("World matrix 1 - 255 not supported yet\n"); WARN("World matrix 1 - 255 not supported yet\n");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment