Skip to content

IC cannot be controlled by player when HUD is off #3

@LoogleCZ

Description

@LoogleCZ

Problem

If HUD is disabled (eg. by gsToggleFlightAndNoHUDMode command), a player cannot control IC because of state control and event change is in :draw() method.

Solution

move this piece of code into :update(dt) or :updateTick(dt) methods for availability to use IC when HUD is off, but also preserve accuracy when driving.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions