learn-gdscript icon indicating copy to clipboard operation
learn-gdscript copied to clipboard

Tests passing when they shouldn't - Claryfying code using variables (Lesson 12)

Open Filip-art opened this issue 1 year ago • 0 comments

Describe the bug in the section where you need to declare variable for angular_speed. If delta is removed from the rotate function rotate(angular_speed * delta), the tests still pass, yet the the result is messy

To Reproduce Steps to reproduce the bug:

  1. Go to rotate function
  1. delete delta parameter from it

Expected behavior Tests would fail.

Information about your device (please complete the following information): Windows 11 PRO Firefox 125.0.3 (64bit)

Filip-art avatar May 09 '24 07:05 Filip-art