Skip to content
This repository has been archived by the owner on May 10, 2021. It is now read-only.

Would not compile do to an error? #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wsensor
Copy link

@wsensor wsensor commented Aug 19, 2011

Line 154 was
GameHooks.Update += gameTime => InputManager.Update(gameTime);
Line 154 changed to
GameHooks.Update += gameTime => XNAHelpers.InputManager.Update(gameTime);

Line 154 was
    GameHooks.Update += gameTime => InputManager.Update(gameTime);
Line 154 changed to 
    GameHooks.Update += gameTime => XNAHelpers.InputManager.Update(gameTime);
@electronicsRules
Copy link

This is part of the fix for the related ticket https://github.com/high6/Terraria-API/issues/21

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants