Skip to content

Commit

Permalink
release v1.01
Browse files Browse the repository at this point in the history
  • Loading branch information
aarcangeli committed Mar 6, 2019
1 parent 6c60e74 commit ee05c1d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ void seriousSamDoGame(CDrawPort *pdp) {
pdp->SetFont(_pfdDisplayFont);
pdp->SetTextScaling(1);
pdp->SetTextAspect(1.0f);
CTString str = CTString(0, "fps: %.2f; frame: %.2f ms", fps, deltaFrame / 1000000.f);
CTString str = CTString(0, "V1.01 fps: %.2f; frame: %.2f ms", fps, deltaFrame / 1000000.f);
pdp->PutText(str, 0, 0, LCDGetColor(C_GREEN | 255, "display mode"));

pdp->Unlock();
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "com.github.aarcangeli.serioussamandroid"
minSdkVersion 19
targetSdkVersion 28
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.01"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
externalNativeBuild {
cmake {
Expand Down
5 changes: 0 additions & 5 deletions call-tree.txt

This file was deleted.

0 comments on commit ee05c1d

Please sign in to comment.