Skip to content

Fix proper clipping compatibility?#38

Merged
LengthenedGradient merged 1 commit into
ACF-Team:mainfrom
LengthenedGradient:main
Jun 24, 2026
Merged

Fix proper clipping compatibility?#38
LengthenedGradient merged 1 commit into
ACF-Team:mainfrom
LengthenedGradient:main

Conversation

@LengthenedGradient

@LengthenedGradient LengthenedGradient commented Jun 24, 2026

Copy link
Copy Markdown
Member
image

Primitives reinitialize their physics with no regard to proper clips.

On the Server realm, physical clips are wiped after primitives reinitialize.

On the Client realm, physical clips are attempted every 100ms until ent.SpawnEffect happens, which is almost always after the primitive re initializes.

This creates a discrepancy on the client and the server.

To fix this race condition, we should preserve clips after a primitive rebuilds.

We currently have no control over proper clipping, so this is a minimally invasive fix which can accommodate.

I love race conditions
@LengthenedGradient LengthenedGradient merged commit 32579f1 into ACF-Team:main Jun 24, 2026
1 check passed
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

Successfully merging this pull request may close these issues.

1 participant