Browse Source

Change EnableFrameCount() from toggle to enable only

pull/3133/head
obligaron 5 years ago committed by Anders Jenbo
parent
commit
f9b306d24f
  1. 2
      Source/scrollrt.cpp

2
Source/scrollrt.cpp

@ -1624,7 +1624,7 @@ void ScrollView()
void EnableFrameCount()
{
frameflag = !frameflag;
frameflag = true;
framestart = SDL_GetTicks();
}

Loading…
Cancel
Save