fix session render texture instance
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
parent
38d4f29e51
commit
3ecf0cc685
@ -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…
x
Reference in New Issue
Block a user