|
|
|
|
@ -59,7 +59,8 @@ NaClApplication::NaClApplication(const Arguments& arguments, const Configuration
|
|
|
|
|
#ifndef DOXYGEN_GENERATING_OUTPUT |
|
|
|
|
NaClApplication::NaClApplication(const Arguments& arguments): Instance(arguments), Graphics3DClient(this), MouseLock(this), c(nullptr) { |
|
|
|
|
debugOutput = new ConsoleDebugOutput(this); |
|
|
|
|
createContext({}); |
|
|
|
|
/* GCC 4.5 can't handle {} here (wtf) */ |
|
|
|
|
createContext(Configuration()); |
|
|
|
|
} |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|