Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
deathkiller committed May 25, 2024
1 parent 4dc956c commit dcfdf21
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Sources/nCine/Backends/Android/AndroidApplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,9 @@
#include "../../tracy.h"

#include <IO/AndroidAssetStream.h>
#include <IO/FileSystem.h>

using namespace Death::IO;

#if defined(DEATH_TRACE)
std::unique_ptr<Death::IO::Stream> __logFile;
#endif

/// Processes the next application command
void androidHandleCommand(struct android_app* state, int32_t cmd)
{
Expand Down

0 comments on commit dcfdf21

Please sign in to comment.