MCPcopy Create free account
hub / github.com/TheForceEngine/TheForceEngine / onFileError

Function onFileError

TheForceEngine/TFE_A11y/accessibility.cpp:399–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397 }
398
399 void onFileError(const string path)
400 {
401 string error = "Couldn't find caption file at " + path;
402 TFE_System::logWrite(LOG_ERROR, "a11y", error.c_str());
403 s_captionsStatus = CC_ERROR;
404 // TODO: display an error dialog
405 }
406
407 void clearActiveCaptions()
408 {

Callers 1

loadCaptionsFunction · 0.85

Calls 2

logWriteFunction · 0.85
c_strMethod · 0.80

Tested by

no test coverage detected