mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
Don't send ready unless layer is ready to draw.
This commit is contained in:
@@ -122,6 +122,10 @@ function Layer(width, height) {
|
||||
|
||||
};
|
||||
|
||||
display.isReady = function() {
|
||||
return nextUpdateToDraw >= currentUpdate;
|
||||
}
|
||||
|
||||
return display;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user