diff options
Diffstat (limited to 'o3d/plugin')
-rw-r--r-- | o3d/plugin/idl/client.idl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/o3d/plugin/idl/client.idl b/o3d/plugin/idl/client.idl index fb16e1d..80568c7 100644 --- a/o3d/plugin/idl/client.idl +++ b/o3d/plugin/idl/client.idl @@ -183,7 +183,6 @@ class Client { [const, noreturndocs] ObjectArray GetObjectsByClassName(String class_name); %[ - \var RenderMode, \li RENDERMODE_CONTINUOUS, Draw as often as possible up to refresh rate. \li RENDERMODE_ON_DEMAND, Draw once then only when the OS requests it (like uncovering part of a window.) @@ -530,7 +529,7 @@ class Client { [userglue_getter, getter] ObjectBaseArray objects_; %[ - Clears the error returned by GetLastError. + Clears the error returned in lastError. %] void ClearLastError(); |