interface: Allow ClearCache to be called at any time

This commit is contained in:
MerryMage 2016-09-02 10:58:37 +01:00
parent 78f584c50a
commit 711b3e29d3
2 changed files with 21 additions and 5 deletions

View file

@ -34,7 +34,7 @@ public:
/**
* Clears the code cache of all compiled code.
* Cannot be called from a callback.
* Can be called at any time. Halts execution if called within a callback.
*/
void ClearCache();