KelvinShadewing / brux-gdk

Free runtime and development kit using SDL and Squirrel
GNU Affero General Public License v3.0
39 stars 20 forks source link

Fix some bitrot issues #64

Closed hexaheximal closed 9 months ago

hexaheximal commented 9 months ago

This commit solves 2 bitrot issues:

  1. Some code was added to rte/src/brux/sprite.cpp in commit 2682b8109f2faefad69441171489c53432eee1cf which does not actually compile.
  2. rte/test/test.nut was updated in commit 438d0342871296f2f9828d63fe4f4e90da4f1a9f to use the function-based loop system, but after that change was reverted the test code was not.