mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Fix a warning in Visual Studio 2010 related to some of my recent changes.
This was SVN commit r14805.
This commit is contained in:
parent
5582409973
commit
02024370d8
1 changed files with 2 additions and 2 deletions
|
|
@ -1664,8 +1664,8 @@ void CGUI::Xeromyces_ReadScrollBarStyle(XMBElement Element, CXeromyces* pFile)
|
|||
|
||||
// Setup some defaults.
|
||||
scrollbar.m_MinimumBarSize = 0.f;
|
||||
// Using 1.0e100 as a substitute for infinity
|
||||
scrollbar.m_MaximumBarSize = 1.0e100;
|
||||
// Using 1.0e10 as a substitute for infinity
|
||||
scrollbar.m_MaximumBarSize = 1.0e10;
|
||||
scrollbar.m_UseEdgeButtons = false;
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in a new issue