- Fixed: Warped textures didn't work anymore because the default speed was 0.

SVN r953 (trunk)
This commit is contained in:
Christoph Oelckers 2008-05-01 23:52:57 +00:00
parent 684b671428
commit c95a7b7db1
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
April 30, 2008 (Changes by Graf Zahl)
- Fixed: Warped textures didn't work anymore because the default speed was 0.
April 30, 2008
- Fixed: I had instrument vibrato setting the tremolo_sweep_increment value
in the instrument loader, effectively disabling vibrato.

View File

@ -40,7 +40,7 @@
FWarpTexture::FWarpTexture (FTexture *source)
: SourcePic (source), Pixels (0), Spans (0), GenTime (0), Speed (0.f)
: SourcePic (source), Pixels (0), Spans (0), GenTime (0), Speed (1.f)
{
CopySize(source);
bNoDecals = source->bNoDecals;