Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Bitmap text is not Synced #56

Closed
VegeTato opened this issue Nov 26, 2023 · 1 comment
Closed

[Bug] Bitmap text is not Synced #56

VegeTato opened this issue Nov 26, 2023 · 1 comment

Comments

@VegeTato
Copy link

As the title says, Bitmap text is not getting synced with clients.

in the example i provided, i create 2 text objects

  • one of them is normal text object
  • one of them is Bitmap text object
    and i set the events as:
    Host side:
  • Client connected
    • Create normal text object
    • Modify the normal text to "Working"
    • Create Bitmap text object
    • Modify the Bitmap text to "Working"

Both objects have sync behavior.

Result:
on host preview, both text objects are created and both says "Working"
on client preview, the normal text object says "Working" BUT the Bitmap object says "Empty" (which is the default text).

The example:
Test2.zip

@arthuro555
Copy link
Owner

Should be fixed by e732f74

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants