-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Labels
⚠ Issue with an extensionAn issue with an extension that is already on the extension storeAn issue with an extension that is already on the extension store
Description
Is there an existing issue for this?
- I have searched the existing issues
Enter the name of the extension
Base Conversion
Describe the bug of the extension
It's a bit confusing, but if you convert the number 8 from Hex to say, binary/Base-2 it'll be 1000, right? well doing the same with the number 7 returns 111 and not 0111. It's ruining my game!
Steps to reproduce
- BaseConversion::ToBase(BaseConversion::ToDecimal("7",16),2) == 111
- BaseConversion::ToBase(BaseConversion::ToDecimal("8",16),2) == 1000
GDevelop platform
Web
GDevelop version
5.4.218
Platform info
OS: ChromeOS
Browser: Chrome
Additional context
No response
Metadata
Metadata
Assignees
Labels
⚠ Issue with an extensionAn issue with an extension that is already on the extension storeAn issue with an extension that is already on the extension store