mirror of
https://github.com/joel16/CMFileManager-PSP.git
synced 2024-11-26 21:20:24 +00:00
imageviewer: Properly set/unset image properties
This commit is contained in:
parent
e893be0f20
commit
3ed739e59e
@ -60,7 +60,7 @@ namespace GUI {
|
||||
|
||||
void ControlImageViewer(MenuItem *item, float *delta_time) {
|
||||
if (Utils::IsButtonPressed(PSP_CTRL_TRIANGLE))
|
||||
properties = true;
|
||||
properties = !properties;
|
||||
|
||||
if (Utils::IsButtonPressed(PSP_CTRL_LTRIGGER)) {
|
||||
degrees -= 90;
|
||||
|
Loading…
Reference in New Issue
Block a user