diff options
author | Răzvan Cosmin Rădulescu <razvancosmin.radulescu@gmail.com> | 2016-10-04 10:57:16 +0200 |
---|---|---|
committer | Răzvan Cosmin Rădulescu <razvancosmin.radulescu@gmail.com> | 2016-10-12 21:24:07 +0200 |
commit | 9ad0850301045e0d7fd243340e807fb2c9f736de (patch) | |
tree | 62de0751771d5a32675643d8976152afa6e41f97 /modules/chibi/cp_player_data.h | |
parent | 12843167cacf3bacca32c29b7ea8b4426392bad0 (diff) |
Fixes hash float negative 0 problem
Before this was giving an error:
var a = {Vector2(1, 0): 5, Vector2(-1, 0): 7}
print(a)
print(a[Vector2(1, 0)])
print(a[-Vector2(1, 0)])
This simple commit fixes the issue.
Diffstat (limited to 'modules/chibi/cp_player_data.h')
0 files changed, 0 insertions, 0 deletions