Skip to content

Commit

Permalink
Removing invalid platform check for Linux (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
kearwood authored Dec 8, 2023
1 parent 1efab1c commit 9953325
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions kraken/KRContext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,21 +62,6 @@ int KRContext::KRENGINE_MIN_TEXTURE_DIM = 64;
// TODO - This should be configured per-scene? Or auto/dynamic?
int KRContext::KRENGINE_PRESTREAM_DISTANCE = 1000.0f;

#if TARGET_OS_IPHONE


#elif TARGET_OS_MAC

#elif defined(_WIN32) || defined(_WIN64)

#elif defined(ANDROID)

#else

#error Unsupported Platform

#endif

std::mutex KRContext::g_SurfaceInfoMutex;
std::mutex KRContext::g_DeviceInfoMutex;

Expand Down

0 comments on commit 9953325

Please sign in to comment.