You've already forked OpenRCT2-Unity
mirror of
https://github.com/izzy2lost/OpenRCT2-Unity.git
synced 2026-03-10 12:38:22 -07:00
Fix compile
This commit is contained in:
@@ -287,7 +287,7 @@ private:
|
||||
|
||||
void StringifyBoolean(const DukValue& val)
|
||||
{
|
||||
_ss << val.as_bool() ? "true" : "false";
|
||||
_ss << (val.as_bool() ? "true" : "false");
|
||||
}
|
||||
|
||||
void StringifyNumber(const DukValue& val)
|
||||
|
||||
Reference in New Issue
Block a user