beewyka819

Results 5 issues of beewyka819

The helper() function in View.js currently doesn't check for position, scale, and/or rotation being defined before trying to access their values. This results in MYR crashing if one or more...

bug

When entering scene inspector (CTRL + ALT + i) while simultaneously having the cursor locked to the camera, causes scene inspector to open without unlocking the cursor. While this is...

bug

**Describe the bug** When using a darray named "temp", darray_push and darray_insert_at cause UB as the "temp" variable within the macro overrides the darray, resulting in the incorrect memory address...

bug

Addresses #75 Increases the accuracy of the underlying timer device while sleeping in order to allow for more accurate thread sleeps on Windows. According to [](https://stackoverflow.com/a/19427182): "Sleep() is accurate to...

**Describe the bug** On Windows, when enabling the frame limit at `application.c:645`, it will limit the framerate to approximately 60 FPS even when `target_frame_seconds` is smaller than `1.0f / 60`....

bug