Fix mouselook CTD and RelWithDebInfo CTDs#341
Conversation
Fixes a CTD encountered when entering mouselook, as well as a couple of CTDs present on RelWithDebInfo builds.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThis PR makes two independent changes: ChangesLSL Upload Threading Fix
Cursor Intersection Null Guard
Estimated code review effort: 2 (Simple) | ~10 minutes Sequence Diagram(s)sequenceDiagram
participant UploadCoroutine
participant MainCoro as LLAppViewer::postToMainCoro
participant Floater as LLLiveLSLEditor
participant Server
UploadCoroutine->>MainCoro: schedule floater update lambda
MainCoro->>Floater: find floater instance
MainCoro->>Floater: update asset IDs
alt compiled succeeded
MainCoro->>Floater: callbackLSLCompileSucceeded
else compiled failed
MainCoro->>Floater: callbackLSLCompileFailed
end
MainCoro->>Floater: set is_running
MainCoro->>Server: sendCompileResults
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Description
Fixes a CTD encountered when entering mouselook, as well as a couple of CTDs present on RelWithDebInfo builds.
Related Issues
Issue Link:
Checklist
Please ensure the following before requesting review:
Additional Notes