source:
GTP/branches/IllumWPdeliver2008dec/IlluminationWP/source/IllumModule/src/RenderingRun.cpp
@
3255
Revision 3255, 224 bytes checked in by szirmay, 16 years ago (diff) |
---|
Line | |
---|---|
1 | #include "renderingrun.h" |
2 | |
3 | |
4 | |
5 | RenderingRun::RenderingRun(unsigned long startFrame, |
6 | unsigned long updateInterval) |
7 | { |
8 | lastupdated = 0; |
9 | this->startFrame = startFrame; |
10 | this->updateInterval = updateInterval; |
11 | } |
Note: See TracBrowser
for help on using the repository browser.