mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 23:00:45 -04:00
update readme and fix always playing str (#1139)
* update readme deps * replace assert * bump timeout * fix memory corruption in kernel * use unknown if level name is invalid
This commit is contained in:
@@ -84,7 +84,7 @@ std::string object_type_to_string(ObjectType type) {
|
||||
template <>
|
||||
std::string fixed_to_string(FloatType x) {
|
||||
auto result = float_to_string(x);
|
||||
assert((float)x == (float)std::stod(result));
|
||||
ASSERT((float)x == (float)std::stod(result));
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user