* Updated to ZDoom 4057:

- Fixed: DrawBar's clipping didn't take the texture offset into account.
- Fixed: Using interpolation on drawbar would sometimes result in the last pixel hanging longer than it should.
- Improved draw bar clipping fix from last commit.

git-svn-id: http://mancubus.net/svn/hosted/gzdoom/trunk@1513 b0f79afe-0144-0410-b225-9a4edf0717df
This commit is contained in:
gez 2013-02-01 11:51:49 +00:00
parent 6e90487846
commit e492d69c17
3 changed files with 19 additions and 10 deletions

View file

@ -3,5 +3,5 @@
// This file was automatically generated by the
// updaterevision tool. Do not edit by hand.
#define ZD_SVN_REVISION_STRING "4055"
#define ZD_SVN_REVISION_NUMBER 4055
#define ZD_SVN_REVISION_STRING "4057"
#define ZD_SVN_REVISION_NUMBER 4057