Skip to content

Debug canvas is not working due wrong binding.  #114

@tosiek88

Description

@tosiek88

Instead of :
public static setDebugMode: (id: number, mode: number) => any = Module.getLogLevel;

Should be
public static setDebugMode: (id: number, mode: number) => any = Module.setDebugMode;

In ./src/artoolkit/ARToolKit.ts r:68

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions