mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-13 07:46:00 +00:00
fixed hex color parsing
This commit is contained in:
@@ -36,6 +36,7 @@ EX string s0;
|
||||
EX string its(int i) { return hr::format("%d", i); }
|
||||
|
||||
EX string itsh8(int i) { return hr::format("%08X", i); }
|
||||
EX string itsh6(int i) { return hr::format("%06X", i); }
|
||||
|
||||
EX string fts(ld x, int prec IS(6)) {
|
||||
std::stringstream ss;
|
||||
|
Reference in New Issue
Block a user