You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Fix various typos with codespell
Using 2.2.6.dev180+ge3a2cfbd.
This commit is contained in:
@@ -4484,7 +4484,7 @@ struct AnimationCompressionDataState {
|
||||
|
||||
void commit_temp_packets() {
|
||||
if (temp_packets.size() == 0) {
|
||||
return; //nohing to do
|
||||
return; // Nothing to do.
|
||||
}
|
||||
//#define DEBUG_PACKET_PUSH
|
||||
#ifdef DEBUG_PACKET_PUSH
|
||||
|
||||
Reference in New Issue
Block a user