mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-20 06:19:22 +00:00
Replace NULL with nullptr
This commit is contained in:
@@ -47,7 +47,7 @@ class ScriptDebugger {
|
||||
|
||||
Map<int, Set<StringName>> breakpoints;
|
||||
|
||||
ScriptLanguage *break_lang = NULL;
|
||||
ScriptLanguage *break_lang = nullptr;
|
||||
Vector<StackInfo> error_stack_info;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user