mirror of
https://github.com/ptitSeb/Serious-Engine
synced 2024-11-22 10:20:26 +01:00
Fixed a broken function call
This commit is contained in:
parent
e5c0e4f3f4
commit
535832668f
|
@ -583,7 +583,7 @@ ENGINE_API void SE_InitEngine(const char *argv0, CTString strGameID)
|
|||
// report os info
|
||||
CPrintF(TRANSV("Examining underlying OS...\n"));
|
||||
|
||||
PlatformIdentfication();
|
||||
PlatformIdentification();
|
||||
// !!! FIXME: Abstract this somehow.
|
||||
|
||||
CPrintF("\n");
|
||||
|
|
Loading…
Reference in New Issue
Block a user