Skip to content

Commit 1d6db52

Browse files
committed
ill always be bad
1 parent 5bb9d5c commit 1d6db52

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# 1.7.5-beta.2
22

33
- Fixed crash closing the mod menu
4+
- Removed editor set scale and rotation
45

56
# 1.7.5-beta.1
67

src/Client/ClientSetup.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,8 @@ class ClientUtils
293293
creator->id = "creator-window";
294294
//creator->windowPos = ccp(50 + (50 + (Client::instance->tileSize.x)) * 0, 50);
295295

296-
creator->modules.push_back(new SetValueModule("Set Scale:", "set-scale"));
297-
creator->modules.push_back(new SetValueModule("Set Rotation:", "set-rot"));
296+
// creator->modules.push_back(new SetValueModule("Set Scale:", "set-scale"));
297+
// creator->modules.push_back(new SetValueModule("Set Rotation:", "set-rot"));
298298

299299
creator->modules.push_back(new Module("Copy Hack", "copy-hack", "Allows you to copy any level from the servers\nCode by <co>Firee</c>"));
300300
creator->modules.push_back(new Module("Show Level Password", "show-password", "Adds a button to the password input popup that shows the level password", true));

0 commit comments

Comments
 (0)