- Fixed: DCanvas::Blit unlocked the destination twice instead of unlocking
both dest and src. Also changed this function so that it is owned by the destination canvas of the operation which is necessary if it needs to be overridden by subclasses. SVN r607 (trunk)
This commit is contained in:
parent
a7bc9262d9
commit
457976d88d
4 changed files with 21 additions and 17 deletions
|
|
@ -1,4 +1,8 @@
|
|||
December 20, 2007 (Changes by Graf Zahl)
|
||||
- Fixed: DCanvas::Blit unlocked the destination twice instead of unlocking
|
||||
both dest and src. Also changed this function so that it is owned by the
|
||||
destination canvas of the operation which is necessary if it needs to
|
||||
be overridden by subclasses.
|
||||
- Fixed: The StrifePlayer defined the wrong color range for its translations.
|
||||
|
||||
December 19, 2007
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue