Fixed a bug with Image.Copy in SFML.Net (was calling the wrong CSFML function)
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1521 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
aaf080368b
commit
d48c7ff18c
3 changed files with 6 additions and 6 deletions
|
@ -76,9 +76,9 @@ struct ContextSettings
|
|||
/// ContextSettings allows to define several advanced settings
|
||||
/// of the OpenGL context attached to a window. All these
|
||||
/// settings have no impact on the regular SFML rendering
|
||||
/// (graphics module), so you may need to use this structure
|
||||
/// only if you're using SFML as a windowing system for
|
||||
/// custom OpenGL rendering.
|
||||
/// (graphics module) -- except the anti-aliasing level, so
|
||||
/// you may need to use this structure only if you're using
|
||||
/// SFML as a windowing system for custom OpenGL rendering.
|
||||
///
|
||||
/// The DepthBits and StencilBits members define the number
|
||||
/// of bits per pixel requested for the (respectively) depth
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue