Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Remove duplicate statics in main loop #34

@ikeydoherty

Description

@ikeydoherty

The main bulk of the program has some legacy objects in as much as using static pointers along with an instance struct, which can and do bite us on the ass:

786442c

Fix this today by removing globals and rely solely on the instance struct

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions