Implemented blend modes in the D3D renderer
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401961
This commit is contained in:
parent
f2c829616b
commit
9eea51e280
5 changed files with 64 additions and 13 deletions
|
@ -193,7 +193,7 @@ main(int argc, char *argv[])
|
|||
}
|
||||
}
|
||||
if (consumed < 0) {
|
||||
fprintf(stderr, "Usage: %s [--fsaa] [--accel] %s", argv[0],
|
||||
fprintf(stderr, "Usage: %s %s [--fsaa] [--accel]", argv[0],
|
||||
CommonUsage(state));
|
||||
quit(1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue