mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-22 12:12:16 +00:00
CRAB: Fix StringPool::fGet()
This commit is contained in:
parent
2bca19e367
commit
3e5e3987c5
@ -138,7 +138,7 @@ public:
|
||||
|
||||
FloatString fs;
|
||||
fs._val = num;
|
||||
//fs.str = NumberToString<float>(num);
|
||||
fs._str = numberToString<float>(num);
|
||||
poolF.push_back(fs);
|
||||
|
||||
auto ret = poolF.back();
|
||||
|
Loading…
x
Reference in New Issue
Block a user