Skip to content
Snippets Groups Projects
Commit 9b10b44e authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix warn

parent b6a12035
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@
#include <FL/Fl.H>
#endif
CTX::CTX() : gamepad(0), debugSurface(-1)
CTX::CTX() : debugSurface(-1), gamepad(0)
{
// initialize everything that has no default value in DefaultOptions.h
short int word = 0x0001;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment