Skip to content

Commit

Permalink
[FIX] Comment Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VerzatileDev committed Dec 9, 2023
1 parent 555d8e3 commit 0df6ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CoreExample/Source.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ int main(int args, char* argv[])
/// This will copy all the DLLs from the DLLs folder to the Debug folder, so it can run without any problems.


/* HERE IS AN EXAMPLE OF THE SFML USE CASE And Coping DLL Files */
/* HERE IS AN EXAMPLE OF THE SFML USE CASE To show the working example */

// Create an SFML window
sf::RenderWindow window(sf::VideoMode(800, 600), "SFML Window");
Expand Down

0 comments on commit 0df6ad8

Please sign in to comment.