1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-06-07 05:12:11 +00:00

mapeditor:: removed debug string

This commit is contained in:
Zeno Rogue
2026-05-02 10:06:23 +02:00
parent 71f7c52793
commit 5a3dc7add1
-1
View File
@@ -3422,7 +3422,6 @@ EX namespace mapeditor {
}
if(sym == PSEUDOKEY_RELEASE) {
printf("release\n");
#if CAP_TEXTURE
if(mousekey == 'l' && intexture) {
texture::config.data.undoLock();