mirror of
https://github.com/MaddyThorson/StrawberryBF.git
synced 2024-11-25 16:18:56 +08:00
Removed test code
This commit is contained in:
parent
fe3672f30c
commit
524bb14919
|
@ -64,8 +64,6 @@ namespace Strawberry
|
||||||
|
|
||||||
public virtual void Update()
|
public virtual void Update()
|
||||||
{
|
{
|
||||||
Camera.X += 20 * Time.Delta;
|
|
||||||
|
|
||||||
UpdateLists();
|
UpdateLists();
|
||||||
for (var e in entities)
|
for (var e in entities)
|
||||||
if (e.Active)
|
if (e.Active)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user