mirror of
https://github.com/love2d/love.git
synced 2026-08-14 01:20:56 +02:00
Fixed justify AlignMode
This commit is contained in:
@@ -70,7 +70,7 @@ public:
|
||||
|
||||
for (unsigned i = 0; i < MAX; ++i)
|
||||
{
|
||||
unsigned str_i = (str_hash + i) % MAX; //this isn't used, is this intentional?
|
||||
unsigned str_i = (str_hash + i) % MAX;
|
||||
|
||||
if (!records[str_i].set)
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user