Author Topic: Nightly (Linux): 10 Jul 2016 - Revision fcc40b4  (Read 587 times)

0 Members and 1 Guest are viewing this topic.

Offline SirKnightly

  • George or Keira?
  • 211
Nightly (Linux): 10 Jul 2016 - Revision fcc40b4
Here is the nightly for Linux on 10 Jul 2016 - Revision fcc40b4

Open non-feature issues in Mantis: 123

Group: Standard
fso_Standard_20160710_fcc40b4.tar.bz2
MD5Sum

Code: [Select]
------------------------------------------------------------------------
commit ef33ee4
Author: Fabian Woltermann <Sun Jul 10 00:53:12 2016 +0200>
Commit: Fabian Woltermann <Sun Jul 10 00:53:12 2016 +0200>

    Fixes a small issue in the nohtl removal commit. In this case, the original line "if (!Cmdline_nohtl || (s <= 0.0f))" was replaced by "if (s <= 0.0f)", which unfortunately is not the intended behaviour here.
 code/render/3dsetup.cpp | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)