remove a minor warning
parent
e02220e782
commit
de7fd41a03
|
@ -83,7 +83,7 @@ public:
|
||||||
* underlying random number generator has been used
|
* underlying random number generator has been used
|
||||||
* outside of this class
|
* outside of this class
|
||||||
*/
|
*/
|
||||||
inline void updateSampleIndex(uint64_t index) { m_sampleIndex = index; }
|
inline void updateSampleIndex(size_t index) { m_sampleIndex = index; }
|
||||||
|
|
||||||
MTS_DECLARE_CLASS()
|
MTS_DECLARE_CLASS()
|
||||||
protected:
|
protected:
|
||||||
|
|
Loading…
Reference in New Issue