Renamed Window::IsOpened to IsOpen
Made some minor consistency modifications in internal code
This commit is contained in:
parent
9d4c8b26a5
commit
c2039e866c
14 changed files with 75 additions and 75 deletions
|
@ -34,7 +34,7 @@ int main()
|
|||
gluPerspective(90.f, 1.f, 1.f, 500.f);
|
||||
|
||||
// Start the game loop
|
||||
while (window.IsOpened())
|
||||
while (window.IsOpen())
|
||||
{
|
||||
// Process events
|
||||
sf::Event event;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue