mirror of
https://github.com/SFML/SFML.git
synced 2024-11-28 22:31:09 +08:00
Merge branch 'master' of github.com:LaurentGomila/SFML
This commit is contained in:
commit
2a57a5db98
@ -548,7 +548,7 @@ int main (int argc, const char * argv[])
|
|||||||
<key>main.cpp:main:event_loop</key>
|
<key>main.cpp:main:event_loop</key>
|
||||||
<string>
|
<string>
|
||||||
// Start the game loop
|
// Start the game loop
|
||||||
while (window.IsOpened())
|
while (window.IsOpen())
|
||||||
{
|
{
|
||||||
// Process events
|
// Process events
|
||||||
sf::Event event;
|
sf::Event event;
|
||||||
|
@ -529,7 +529,7 @@ int main (int argc, const char * argv[])
|
|||||||
<key>main.cpp:main:event_loop</key>
|
<key>main.cpp:main:event_loop</key>
|
||||||
<string>
|
<string>
|
||||||
// Start the game loop
|
// Start the game loop
|
||||||
while (window.IsOpened())
|
while (window.IsOpen())
|
||||||
{
|
{
|
||||||
// Process events
|
// Process events
|
||||||
sf::Event event;
|
sf::Event event;
|
||||||
|
Loading…
Reference in New Issue
Block a user