Function VisualServerSingleton.hasChanged
Returns true if changes have been made to the VisualServer's data. draw is usually called if this happens.
bool hasChanged() nothrow @nogc const;
Returns true if changes have been made to the VisualServer's data. draw is usually called if this happens.
bool hasChanged() nothrow @nogc const;