mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Fixed a typo in a Visual Server var name (#8977)
This commit is contained in:
parent
bb20f230ad
commit
e0befd2f23
2 changed files with 5 additions and 5 deletions
|
@ -38,11 +38,11 @@ Rasterizer *Rasterizer::create() {
|
|||
return _create_func();
|
||||
}
|
||||
|
||||
RasterizerStorage *RasterizerStorage::base_signleton = NULL;
|
||||
RasterizerStorage *RasterizerStorage::base_singleton = NULL;
|
||||
|
||||
RasterizerStorage::RasterizerStorage() {
|
||||
|
||||
base_signleton = this;
|
||||
base_singleton = this;
|
||||
}
|
||||
|
||||
#if 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue