1
0
forked from 0ad/0ad

Set water repeat period to 16.

This was SVN commit r3969.
This commit is contained in:
Matei 2006-06-07 19:15:47 +00:00
parent b0647229a5
commit ac144581be

View File

@ -53,7 +53,7 @@ WaterManager::WaterManager()
m_WaterTexTimer = 0.0;
m_Shininess = 200.0f;
m_Waviness = 8.0f;
m_RepeatPeriod = 20.0f;
m_RepeatPeriod = 16.0f;
for (uint i = 0; i < ARRAY_SIZE(m_WaterTexture); i++)
m_WaterTexture[i] = 0;