You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Improve slang, especially in user-visible parts
This commit is contained in:
@@ -39,7 +39,7 @@ void RWLockPosix::read_lock() {
|
||||
|
||||
int err = pthread_rwlock_rdlock(&rwlock);
|
||||
if (err != 0) {
|
||||
perror("wtf: ");
|
||||
perror("Acquiring lock failed");
|
||||
}
|
||||
ERR_FAIL_COND(err != 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user