1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-10-31 15:35:12 -04:00

Documentation: Fix sentence.

This commit is contained in:
Merlijn Wajer 2011-02-10 11:03:00 +01:00
parent 34cf62b181
commit 866b53a9fb

View File

@ -12,7 +12,7 @@ Freeze
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
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