- 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
commit c95a7b7db1
2 changed files with 4 additions and 1 deletions

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;