mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-24 10:12:20 -05:00
Documentation: Fix sentence.
This commit is contained in:
parent
34cf62b181
commit
866b53a9fb
@ -12,7 +12,7 @@ Freeze
|
|||||||
function Freeze: boolean;
|
function Freeze: boolean;
|
||||||
|
|
||||||
|
|
||||||
If you call Freeze, the data that is *currently* currently in the client
|
If you call Freeze, the data that is *currently* in the client
|
||||||
is stored into memory. Simba will then target this memory for all further
|
is stored into memory. Simba will then target this memory for all further
|
||||||
finding operations; until *Unfreeze* is called. This can dramatically increase
|
finding operations; until *Unfreeze* is called. This can dramatically increase
|
||||||
speed if you don't care if the image doesn't change. It can be even more
|
speed if you don't care if the image doesn't change. It can be even more
|
||||||
|
Loading…
Reference in New Issue
Block a user