--Code changes

-Attempt to fix OpenGL drawing changes on Mac.
 -Allow toggling of color speed spinner to zero.
This commit is contained in:
Person
2017-12-13 15:32:50 -08:00
parent f28edf3217
commit 2900416e96
3 changed files with 15 additions and 5 deletions

View File

@ -184,7 +184,7 @@ size_t OpenCLInfo::TotalDeviceIndex(size_t platform, size_t device) const
}
/// <summary>
/// Create a context that is optionally shared with OpenGL and plact it in the
/// Create a context that is optionally shared with OpenGL and place it in the
/// passed in context ref parameter.
/// </summary>
/// <param name="platform">The platform object to create the context on</param>