Search terms
fixed framerate parameter
Expected Behavior
In Engine constructor, when fixed framerate is false, the value passed in framerate parameter shouldn't make any difference.
Actual Behavior
inks2d is following the value provided in framerate, even when fixed framerate parameter is set has false.
Steps to reproduce the bug
PR showing the bug
Environment
- inks2d version: v0.0.7
- TypeScript version: 5.0.2
- Node.js version: v18.15.0
- OS: Windows 10