mirror of
https://github.com/ZDoom/gzdoom-last-svn.git
synced 2025-06-04 11:10:48 +00:00
Update to ZDoom r1889:
- Fixed: Coordinate handling for multipatch texture compositing was not correct for true color. Instead of using a clipping rectangle on the destination it tried to alter the source offsets which produced incorrect results for mirrored or rotated patches. - Fixed: Alt+F4 no longer quit the program. git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@504 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
parent
cced9ee0ea
commit
6939699f5f
23 changed files with 265 additions and 112 deletions
|
@ -3,5 +3,5 @@
|
|||
// This file was automatically generated by the
|
||||
// updaterevision tool. Do not edit by hand.
|
||||
|
||||
#define ZD_SVN_REVISION_STRING "1888"
|
||||
#define ZD_SVN_REVISION_NUMBER 1888
|
||||
#define ZD_SVN_REVISION_STRING "1889"
|
||||
#define ZD_SVN_REVISION_NUMBER 1889
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue