diff options
| author | Kris Parker | 2009-11-14 02:51:41 +0000 |
|---|---|---|
| committer | Kris Parker | 2009-11-14 02:51:41 +0000 |
| commit | 11c4bb3b2a0163011eec8f281429a2205fbb7299 (patch) | |
| tree | ee0ec94ede1028c1f6ae5c424c3c2699d8d70a87 /UserInput.cpp | |
| parent | ec91928edc47e8c88319a4253ab80648839aee4c (diff) | |
| download | stonesense-11c4bb3b2a0163011eec8f281429a2205fbb7299.tar.gz stonesense-11c4bb3b2a0163011eec8f281429a2205fbb7299.tar.bz2 stonesense-11c4bb3b2a0163011eec8f281429a2205fbb7299.tar.xz | |
f10 will now cycle through all available sprite pages
Diffstat (limited to 'UserInput.cpp')
| -rw-r--r-- | UserInput.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/UserInput.cpp b/UserInput.cpp index 71a30ca..8362b16 100644 --- a/UserInput.cpp +++ b/UserInput.cpp @@ -177,7 +177,7 @@ void doKeys(){ if(key[KEY_F10]){
while(key[KEY_F10]);
- DrawSpriteIndexOverlay();
+ DoSpriteIndexOverlay();
}
}
-}
\ No newline at end of file +}
|
