[Fix] Removed git tags <__<
This commit is contained in:
parent
200dcb15e9
commit
3e6076b724
@ -37,13 +37,8 @@ gameNavVal_t Game::Run(const string savegameIDArg) {
|
||||
_gameRenderTime.SetXY(10, 50);
|
||||
_gameRenderTime.SetTextBlended("Render - XX", vsmall, COLOUR_BLACK);
|
||||
|
||||
<<<<<<< HEAD
|
||||
_gameUpdateTime.SetXY(10, 70);
|
||||
_gameUpdateTime.SetTextBlended("Update - XX", vsmall, COLOUR_BLACK);
|
||||
=======
|
||||
_gameUpdateTime.SetXY(10, 30);
|
||||
_gameUpdateTime.SetTextBlended("Update - XX", vsmall, COLOUR_BLACK);
|
||||
>>>>>>> 5269706e05ea3558838a6eaa330cd8cc53b3cd58
|
||||
|
||||
stringstream playerXYString;
|
||||
_playerXY.SetXY(10, 90);
|
||||
|
Loading…
Reference in New Issue
Block a user