Fix compilation without SDL

This commit is contained in:
2025-06-24 22:57:49 +03:00
parent 951edd95db
commit edeaf6af09
6 changed files with 13 additions and 2 deletions

View File

@@ -372,7 +372,7 @@ public:
/// <summary>
/// Returns the display server name on Linux.
/// </summary>
API_PROPERTY() static String GetDisplayServer() = delete;
API_PROPERTY() static String GetDisplayServer();
/// <summary>
/// Returns true if is running 64 bit application (otherwise 32 bit). It's compile-time constant.