mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 02:57:22 +00:00
remove global render texture instance
Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
@@ -38,9 +38,4 @@ class RenderTexture {
|
||||
_textureKey = -1;
|
||||
}
|
||||
}
|
||||
|
||||
static final RenderTexture instance = RenderTexture();
|
||||
}
|
||||
|
||||
// Global instance for separate texture
|
||||
final renderTexture = RenderTexture.instance;
|
||||
|
||||
Reference in New Issue
Block a user