1
0
Fork 0

fix build

This commit is contained in:
coaljoe 2020-09-19 12:35:02 +03:00
parent bcbf34ba09
commit cf2b86899d
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ struct StoneProcessor {
}
fn (p *StoneProcessor) crush_object_part(ob &Object) {
fn (p &StoneProcessor) crush_object_part(ob &Object) {
// XXX
stone_crush_object_part(ob)
}