Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
deathkiller committed Jan 18, 2025
1 parent 9e201c6 commit 3fce1f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/nCine/Backends/Android/AndroidApplication.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace nCine
class AndroidApplication : public Application
{
public:
/// Entry point method to be called in the`android_main()` function
/// Entry point method to be called in the `android_main()` function
static void Run(struct android_app* state, std::unique_ptr<IAppEventHandler>(*createAppEventHandler)());

/// Processes an Android application command
Expand Down
2 changes: 1 addition & 1 deletion Sources/nCine/Backends/Android/EglGfxDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ namespace nCine::Backends
char EglGfxDevice::monitorNames_[MaxMonitors][MaxMonitorNameLength];

EglGfxDevice::EglGfxDevice(struct android_app* state, const GLContextInfo& glContextInfo, const DisplayMode& displayMode)
: IGfxDevice(WindowMode(0, 0, true, false, false), glContextInfo, displayMode), state_(state)
: IGfxDevice(WindowMode(0, 0, 0, 0, true, false, false), glContextInfo, displayMode), state_(state)
{
updateMonitors();
initDevice();
Expand Down

0 comments on commit 3fce1f7

Please sign in to comment.