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

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