Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BSP Loader Part6: Low FPS when compiling with MinGW #2

Open
ghost opened this issue Dec 4, 2016 · 0 comments
Open

BSP Loader Part6: Low FPS when compiling with MinGW #2

ghost opened this issue Dec 4, 2016 · 0 comments

Comments

@ghost
Copy link

ghost commented Dec 4, 2016

If I run executable downloaded from here (github), it works perfectly at 60 FPS, but if I compile it on my laptop with MinGW, it runs only at 30 FPS.
I am using this command:
g++ *.cpp -o Test.exe -L. -ljpeg -llibc -lopengl32 -lglu32 -lwinmm -lgdi32 -mwindows
(It writes much warnings, but I get the executable Test.exe)
Code is exacly the same as here
Can I do it better to get more FPS? What am I doing wrong?

@ghost ghost changed the title BSP Loader Part6: Low FPS when compiling in MinGW BSP Loader Part6: Low FPS when compiling with MinGW Dec 5, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants