fix session render texture instance
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
parent
38d4f29e51
commit
3ecf0cc685
1 changed files with 2 additions and 2 deletions
|
|
@ -117,9 +117,9 @@ class _RemotePageState extends State<RemotePage>
|
|||
}
|
||||
// Register texture.
|
||||
if (mainGetLocalBoolOptionSync(kOptionOpenNewConnInTabs)) {
|
||||
_renderTexture = renderTexture;
|
||||
} else {
|
||||
_renderTexture = RenderTexture();
|
||||
} else {
|
||||
_renderTexture = renderTexture;
|
||||
}
|
||||
_renderTexture.create(sessionId);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue