Opened 21 months ago

Last modified 16 months ago

#6601 new defect

Access to the Game global instance via g_Game might break Atlas

Reported by: Vladislav Belov Owned by:
Priority: Should Have Milestone: Backlog
Component: Core engine Keywords:
Cc: Patch:

Description

Currently in Atlas we have a single g_Game instance. That means after opening Atlas viewer we might still access it. That might lead to crashes (like #6524) or another undefined behavior.

To solve that properly we need to remove all accesses to global states that might depend on the active game view.

Refs #6524.

Change History (1)

comment:1 by Freagarach, 16 months ago

Milestone: Alpha 27Backlog

Pushing back.

Note: See TracTickets for help on using tickets.