Updated the C and .Net bindings according to the previous modifications
This commit is contained in:
parent
10ebd94ee7
commit
6676d77ea1
10 changed files with 11 additions and 43 deletions
|
@ -15,7 +15,7 @@
|
|||
int main()
|
||||
{
|
||||
// Create the main window
|
||||
sf::Window window(sf::VideoMode(640, 480, 32), "SFML Window");
|
||||
sf::Window window(sf::VideoMode(640, 480, 32), "SFML Window", sf::Style::Default, sf::ContextSettings(32));
|
||||
|
||||
// Create a clock for measuring the time elapsed
|
||||
sf::Clock clock;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue