diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-03-24 18:51:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-03-24 18:51:45 +0300 |
commit | 641b843fd85d096afdd9b171975df91676179f3b (patch) | |
tree | 760c38447030adbdb12361978fa614ccfc9cf9fd /src/commands.cpp | |
parent | 5a5de75f298bea6f2b861dc1fb9aaf1f3d35d07c (diff) | |
download | mv-641b843fd85d096afdd9b171975df91676179f3b.tar.gz mv-641b843fd85d096afdd9b171975df91676179f3b.tar.bz2 mv-641b843fd85d096afdd9b171975df91676179f3b.tar.xz mv-641b843fd85d096afdd9b171975df91676179f3b.zip |
fix code style.
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index cb40d1a99..864dee6c4 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -1379,7 +1379,7 @@ impHandler0(testsdlfont) for (int f = 0; f < 300; f ++) data.push_back("test " + toString(f) + "string"); - nullGraphics->_beginDraw(); + nullGraphics->beginDraw(); clock_gettime(CLOCK_MONOTONIC, &time1); for (int f = 0; f < 500; f ++) |