inkasadev / inks2d

A free no-dependency Typescript game engine designed for developing 2D games

Home Page:https://inkasadev.github.io/inks2d/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

inks2d is following the value provided in `framerate`, even when `fixed framerate` parameter is set has `false`.

inkasadev opened this issue · comments

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